ModelAndView Class Reference
[Spring-like webflow tools]

List of all members.

Public Member Functions

 __construct ()
 getModel ()
 
Returns:
Model

 setModel (Model $model)
 
Returns:
ModelAndView

 getView ()
 setView ($view)
 
Returns:
ModelAndView

 viewIsRedirect ()
 viewIsNormal ()

Static Public Member Functions

static create ()
 
Returns:
ModelAndView


Private Attributes

 $model = null
 $view = null


Detailed Description

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


Constructor & Destructor Documentation

ModelAndView::__construct (  ) 

Definition at line 30 of file ModelAndView.class.php.


Member Function Documentation

static ModelAndView::create (  )  [static]

Returns:
ModelAndView

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

Referenced by PrototypedEditor::doAdd(), PrototypedEditor::doDrop(), PrototypedEditor::doEdit(), PrototypedEditor::doSave(), PrototypedEditor::doTake(), MonolithicController::handleRequest(), MethodMappedController::handleRequest(), EditorController::handleRequest(), OpenIdConsumer::makeCheckIdRequest(), ForbiddenCommand::run(), EditCommand::run(), and DropCommand::run().

ModelAndView::getModel (  ) 

Returns:
Model

Definition at line 38 of file ModelAndView.class.php.

Referenced by BaseEditor::postHandleRequest().

ModelAndView::setModel ( Model model  ) 

Returns:
ModelAndView

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

ModelAndView::getView (  ) 

Definition at line 53 of file ModelAndView.class.php.

ModelAndView::setView ( view  ) 

Returns:
ModelAndView

Definition at line 61 of file ModelAndView.class.php.

References $view, and Assert::isTrue().

Referenced by BaseEditor::postHandleRequest().

Here is the call graph for this function:

ModelAndView::viewIsRedirect (  ) 

Definition at line 73 of file ModelAndView.class.php.

Referenced by viewIsNormal().

ModelAndView::viewIsNormal (  ) 

Definition at line 84 of file ModelAndView.class.php.

References View::ERROR_VIEW, and viewIsRedirect().

Here is the call graph for this function:


Member Data Documentation

ModelAndView::$model = null [private]

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

ModelAndView::$view = null [private]

Definition at line 20 of file ModelAndView.class.php.

Referenced by setView().


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