MethodMappedController Class Reference
[Spring-like webflow tools]

Inheritance diagram for MethodMappedController:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 handleRequest (HttpRequest $request)
 
Returns:
ModelAndView

 chooseAction (HttpRequest $request)
 setMethodMapping ($action, $methodName)
 
Returns:
MethodMappedController

 dropMethodMapping ($action)
 
Returns:
MethodMappedController

 getMethodMapping ()
 setDefaultAction ($action)
 
Returns:
MethodMappedController

 setMethodMappingList ($array)
 
Returns:
MethodMappedController

 getDefaultAction ()

Private Attributes

 $methodMap = array()
 $defaultAction = null


Detailed Description

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


Member Function Documentation

MethodMappedController::handleRequest ( HttpRequest request  ) 

Returns:
ModelAndView

Implements Controller.

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

References chooseAction(), and ModelAndView::create().

Here is the call graph for this function:

MethodMappedController::chooseAction ( HttpRequest request  ) 

Definition at line 44 of file MethodMappedController.class.php.

References Primitive::choice(), and Form::create().

Referenced by handleRequest().

Here is the call graph for this function:

MethodMappedController::setMethodMapping ( action,
methodName 
)

Returns:
MethodMappedController

Definition at line 65 of file MethodMappedController.class.php.

Referenced by PrototypedEditor::__construct(), and setMethodMappingList().

MethodMappedController::dropMethodMapping ( action  ) 

Returns:
MethodMappedController

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

MethodMappedController::getMethodMapping (  ) 

Definition at line 81 of file MethodMappedController.class.php.

MethodMappedController::setDefaultAction ( action  ) 

Returns:
MethodMappedController

Definition at line 89 of file MethodMappedController.class.php.

Referenced by PrototypedEditor::__construct().

MethodMappedController::setMethodMappingList ( array  ) 

Returns:
MethodMappedController

Definition at line 99 of file MethodMappedController.class.php.

References setMethodMapping().

Here is the call graph for this function:

MethodMappedController::getDefaultAction (  ) 

Definition at line 107 of file MethodMappedController.class.php.


Member Data Documentation

MethodMappedController::$methodMap = array() [private]

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

MethodMappedController::$defaultAction = null [private]

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


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