Public Member Functions | |
handleRequest (HttpRequest $request) | |
| |
chooseAction (HttpRequest $request) | |
setMethodMapping ($action, $methodName) | |
| |
dropMethodMapping ($action) | |
| |
getMethodMapping () | |
setDefaultAction ($action) | |
| |
setMethodMappingList ($array) | |
| |
getDefaultAction () | |
Private Attributes | |
$methodMap = array() | |
$defaultAction = null |
Definition at line 16 of file MethodMappedController.class.php.
MethodMappedController::handleRequest | ( | HttpRequest $ | request | ) |
Implements Controller.
Definition at line 24 of file MethodMappedController.class.php.
References chooseAction(), and ModelAndView::create().
MethodMappedController::chooseAction | ( | HttpRequest $ | request | ) |
Definition at line 44 of file MethodMappedController.class.php.
References Primitive::choice(), and Form::create().
Referenced by handleRequest().
MethodMappedController::setMethodMapping | ( | $ | action, | |
$ | methodName | |||
) |
Definition at line 65 of file MethodMappedController.class.php.
Referenced by PrototypedEditor::__construct(), and setMethodMappingList().
MethodMappedController::dropMethodMapping | ( | $ | action | ) |
MethodMappedController::getMethodMapping | ( | ) |
Definition at line 81 of file MethodMappedController.class.php.
MethodMappedController::setDefaultAction | ( | $ | action | ) |
Definition at line 89 of file MethodMappedController.class.php.
Referenced by PrototypedEditor::__construct().
MethodMappedController::setMethodMappingList | ( | $ | array | ) |
Definition at line 99 of file MethodMappedController.class.php.
References setMethodMapping().
MethodMappedController::getDefaultAction | ( | ) |
Definition at line 107 of file MethodMappedController.class.php.
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.