DisplayController Class Reference

Detailed Description

DisplayController is used to read a Node instance.

The controller supports the following actions:

Action default
Load the given Node instance.

Parameter Description
in oid The object id of the Node to read
in depth The number of levels referenced Node must be returned as complete objects. Below this level, Nodes are returned as references. The value -1 has the special meaning of unlimited depth (optional, default: 1)
in translateValues Boolean whether list values should be translated to their display values (optional, default: true)
out object The Node to read
Response Actions
ok In all cases
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 44 of file DisplayController.php.

+ Inheritance diagram for DisplayController:

Protected Member Functions

 validate ()
 
 doExecute ()
 
- Protected Member Functions inherited from Controller
 validate ()
 
 executeSubAction ($action)
 
 getLogger ()
 
 getSession ()
 
 getPersistenceFacade ()
 
 getPermissionManager ()
 
 getActionMapper ()
 
 getLocalization ()
 
 getMessage ()
 
 getConfiguration ()
 
 assignResponseDefaults ()
 
 isLocalizedRequest ()
 
 checkLanguageParameter ()
 

Additional Inherited Members

- Public Member Functions inherited from Controller
 __construct (Session $session, PersistenceFacade $persistenceFacade, PermissionManager $permissionManager, ActionMapper $actionMapper, Localization $localization, Message $message, Configuration $configuration)
 
 initialize (Request $request, Response $response)
 
 execute ($method=null)
 
 getRequest ()
 
 getResponse ()
 

Member Function Documentation

validate ( )
protected
See also
Controller::validate()

Definition at line 49 of file DisplayController.php.

doExecute ( )
protected
See also
Controller::doExecute()

Definition at line 74 of file DisplayController.php.