Public Member Functions | |
processSecurityFilters () | |
dispatchRequest () | |
renderView ($viewName, $form="", $rule="", $params=null, $hist="") | |
Protected Member Functions | |
invoke () | |
validateRequest ($obj, $methodName) |
Definition at line 44 of file BizController.php.
dispatchRequest | ( | ) |
Dispatches client requests to proper objects, print the returned html text.
Definition at line 77 of file BizController.php.
invoke | ( | ) | [protected] |
Invoke the action passed from browser
Definition at line 235 of file BizController.php.
processSecurityFilters | ( | ) |
Process Security Filters
Definition at line 55 of file BizController.php.
renderView | ( | $ | viewName, |
$ | form = "" , |
||
$ | rule = "" , |
||
$ | params = null , |
||
$ | hist = "" |
||
) |
Render a bizview
string | $viewName | name of bizview |
string | $rule | the search rule of a bizform who is not depent on (a subctrl of) another bizform |
Definition at line 181 of file BizController.php.
validateRequest | ( | $ | obj, |
$ | methodName | ||
) | [protected] |
Validate the request from client.
object | $obj | the to be called object |
string | $methodName | the to be called method name |
Definition at line 361 of file BizController.php.