/**
  * Gets kind of 'source of data' targetted by the resource path.
  * 
  * @return RequestTargetSource
  */
 public function getTargetSource()
 {
     return $this->_lastSegmentDescriptor->getTargetSource();
 }