General purpose utility methods related to processing a service request in the PHruts controller framework.
Located in /util/PHRUTS_RequestUtils.php (line 31)
Create (if necessary) and return a PHRUTS_ActionForm instance appropriate for this request.
If no PHRUTS_ActionForm instance is required, return null.
Return the PHRUTS_ModuleConfig object if it exists, null otherwise.
Get the module name to which the specified request belong.
Populate the properties of the specified PHPBean from the specified HTTP request, based on matching each parameter name (plus an optional prefix and/or suffix) against the corresponding JavaBeans "property setter" methods in the bean's class.
If you specify a non-null prefix and non-null suffix, the parameter name must match both conditions for its value(s) to be used in populating bean properties.
Returns the appropriate MessageResources object for the current module and the given bundle.
Look up and return current user locale, based on the specified parameters.
Select the module to which the specified request belongs, and add corresponding request attributes to this request.
Documentation generated on Sat, 31 May 2008 15:46:32 +0200 by phpDocumentor 1.4.1