Public Class Methods | |
| retval | new (scalar this, scalar app) |
Public Object Methods | |
| BigSWAF::AppHandler | env (BigSWAF::AppHandler) |
| Get/set the current application handler. | |
| BigSWAF::Application | application (BigSWAF::Application) |
| Get/set the current application. | |
| BigSWAF::Configuration | config (BigSWAF::Configuration) |
| Get the current configuration. | |
| retval | request () |
| Execute one client request. | |
| retval | param (list ARGS) |
| Get one parameter out of the current request. | |
| retval | paramv (list ARGS) |
| Get one parameter out of the current request. | |
| retval | prevent_caching (list ARGS) |
| Ask if the client requests to bypass caches. | |
Whenever a user requests the associated function the request() method is invoked.
|
|
Get/set the current application.
|
|
|
Get the current configuration. This is a frontend to BigSWAF::Application::config() |
|
|
Get/set the current application handler.
|
|
||||||||||||
|
|
|
|
Get one parameter out of the current request. This is a frontend to BigSWAF::AppHandler::param() |
|
|
Get one parameter out of the current request. This is a frontend to BigSWAF::AppHandler::paramv() |
|
|
Ask if the client requests to bypass caches. This is a frontend to BigSWAF::AppHandler::prevent_caching() |
|
|
Execute one client request.
|
1.4.5