BaseEditor Class Reference
[Spring-like webflow tools]

Inheritance diagram for BaseEditor:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct (Prototyped $subject)
 postHandleRequest (ModelAndView $mav, HttpRequest $request)
 
Returns:
ModelAndView

 getForm ()
 
Returns:
Form


Public Attributes

const COMMAND_SUCCEEDED = 'success'
const COMMAND_FAILED = 'error'

Protected Attributes

 $commandMap = array()
 $map = null
 $subject = null


Detailed Description

Definition at line 16 of file BaseEditor.class.php.


Constructor & Destructor Documentation

BaseEditor::__construct ( Prototyped subject  ) 

Reimplemented in EditorController, and MonolithicController.

Definition at line 27 of file BaseEditor.class.php.

References Primitive::choice(), MappedForm::create(), RequestType::get(), and RequestType::post().

Here is the call graph for this function:


Member Function Documentation

BaseEditor::postHandleRequest ( ModelAndView mav,
HttpRequest request 
)

Returns:
ModelAndView

Definition at line 46 of file BaseEditor.class.php.

References ModelAndView::getModel(), and ModelAndView::setView().

Referenced by EditorController::handleRequest().

Here is the call graph for this function:

BaseEditor::getForm (  ) 

Returns:
Form

Definition at line 74 of file BaseEditor.class.php.


Member Data Documentation

const BaseEditor::COMMAND_SUCCEEDED = 'success'

Definition at line 18 of file BaseEditor.class.php.

Referenced by DropCommand::run().

const BaseEditor::COMMAND_FAILED = 'error'

Definition at line 19 of file BaseEditor.class.php.

Referenced by ForbiddenCommand::run(), and CommandChain::run().

BaseEditor::$commandMap = array() [protected]

Definition at line 22 of file BaseEditor.class.php.

BaseEditor::$map = null [protected]

Definition at line 24 of file BaseEditor.class.php.

BaseEditor::$subject = null [protected]

Definition at line 25 of file BaseEditor.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:56:51 2007 for onPHP by  doxygen 1.5.4