MonolithicController Class Reference
[Spring-like webflow tools]

Inheritance diagram for MonolithicController:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct (Prototyped $subject)
 handleRequest (HttpRequest $request)
 
Returns:
ModelAndView

 doImport (Prototyped $subject, Form $form, HttpRequest $request)
 
Returns:
ModelAndView

 doDrop (Prototyped $subject, Form $form, HttpRequest $request)
 
Returns:
ModelAndView

 doSave (Prototyped $subject, Form $form, HttpRequest $request)
 
Returns:
ModelAndView

 doEdit (Prototyped $subject, Form $form, HttpRequest $request)
 
Returns:
ModelAndView

 doAdd (Prototyped $subject, Form $form, HttpRequest $request)
 
Returns:
ModelAndView


Detailed Description

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


Constructor & Destructor Documentation

MonolithicController::__construct ( Prototyped subject  ) 

Reimplemented from BaseEditor.

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

References doAdd(), doDrop(), doEdit(), doImport(), and doSave().

Here is the call graph for this function:


Member Function Documentation

MonolithicController::handleRequest ( HttpRequest request  ) 

Returns:
ModelAndView

Implements Controller.

Definition at line 32 of file MonolithicController.class.php.

References ModelAndView::create().

Here is the call graph for this function:

MonolithicController::doImport ( Prototyped subject,
Form form,
HttpRequest request 
)

Returns:
ModelAndView

Definition at line 54 of file MonolithicController.class.php.

References ImportCommand::create().

Referenced by __construct().

Here is the call graph for this function:

MonolithicController::doDrop ( Prototyped subject,
Form form,
HttpRequest request 
)

Returns:
ModelAndView

Definition at line 64 of file MonolithicController.class.php.

References DropCommand::create().

Referenced by __construct().

Here is the call graph for this function:

MonolithicController::doSave ( Prototyped subject,
Form form,
HttpRequest request 
)

Returns:
ModelAndView

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

References SaveCommand::create().

Referenced by __construct().

Here is the call graph for this function:

MonolithicController::doEdit ( Prototyped subject,
Form form,
HttpRequest request 
)

Returns:
ModelAndView

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

References EditCommand::create().

Referenced by __construct().

Here is the call graph for this function:

MonolithicController::doAdd ( Prototyped subject,
Form form,
HttpRequest request 
)

Returns:
ModelAndView

Definition at line 94 of file MonolithicController.class.php.

References AddCommand::create().

Referenced by __construct().

Here is the call graph for this function:


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