Declaration:
<? public static Request parseHTTP() throws ConfigurationException ?>
Declared in: Request Description: Create new request from HTTP parameters. This method is used by ActionController to parse HTTP parameters to build initial Request All instances of RequestAdaptor type will be queried and one that is capable of processing content type of the request data will be instantiated. Later the Request will query the Adaptor for parameters. Note This method is always called by the ActionController on every request. Returns: Request request created from HTTP parameters (GET/POST/COOKIE and session referer) Throws:
|
|