The collection of static configuration information that describes a PHruts-based module.
Multiple modules are identified by a <em>prefix</em> in the request URI. If no module prefix can be matched, the default configuration (with a prefix equal to a zero-length string) is selected.
Located in /config/PHRUTS_ModuleConfig.php (line 43)
The default class name to be used when creating action config instances.
The set of action configurations for this module, if any, keyed by the path property.
Has this application been completely configured yet.
Once this flag has been set, any attempt to modify the configuration will return an PHRUTS_IllegalStateException.
The controller configuration object for this module
The set of data source configurations for this module, if any, keyed by the key property.
The set of form bean configurations for this module, if any, keyed by the name property.
The set of global forward configurations for this module, if any, keyed by the name property.
The set of message resources configurations for this module, if any, keyed by the key property.
The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
A configuration with a prefix of a zero-length string is the default configuration for this web module.
Add a new PHRUTS_ActionConfig instance to the set associated with this module.
Add a new PHRUTS_DataSourceConfig instance to the set associated with this module.
Add a new PHRUTS_FormBeanConfig instance to the set associated with this module.
Add a new PHRUTS_ForwardConfig instance to the set of global forwards associated with this module.
Add a new PHRUTS_MessageResourcesConfig instance to the set associated with this module.
Add a newly configured PHRUTS_PlugInConfig instance to the set of plug-in Actions for this module.
Return the action configuration for the specified path, if any; otherwise return null.
Return the action configurations for this module.
If there are none, a zero-length array is returned.
Return the data source configuration for the specified key, if any; otherwise return null.
Return the data source configurations for this module.
If there are none, a zero-length array is returned.
Return the form bean configuration for the specified key, if any; otherwise return null.
Return the form bean configurations for this module.
If there are none, a zero-length array is returned.
Return the forward configuration for the specified key, if any; otherwise return null.
Return the forward configurations for this module.
If there are none, a zero-length array is returned.
Return the message resources configuration for the specified key, if any; otherwise return null.
Return the message resources configurations for this module.
If there are none, a zero-length array is returned.
Return the configured plug-in actions for this module.
If there are none, a zero-length array is returned.
Freeze the configuration of this module.
After this method returns, any attempt to modify the configuration will return an IllegalStateException.
The default class name to be used when creating action config instances.
Has this module been completely configured yet.
Once this flag has been set, any attempt to modify the configuration will return an IllegalStateException.
The controller configuration object for this module.
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
A configuration with a prefix of a zero-length string is the default configuration for this web module.
Remove the specified action configuration instance.
Remove the specified data source configuration instance.
Remove the specified form bean configuration instance.
Remove the specified forward configuration instance.
Remove the specified message resources configuration instance.
The default class name to be used when creating action config instances.
The controller configuration object for this module.
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
A configuration with a prefix of a zero-length string is the default configuration for this web module.
Documentation generated on Sat, 31 May 2008 15:46:23 +0200 by phpDocumentor 1.4.1