A PHPBean representing the configuration information of an <action> element from a PHruts module configuration file.
Located in /config/PHRUTS_ActionConfig.php (line 31)
The request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified name.
Has this component been completely configured?
Context-relative path of the web application resource that will process this request via PHRUTS_RequestDispatcher->doForward(), instead of instantiating and calling the PHRUTS_Action class specified by "type".
Exactly one of forward, include, or type must be specified.
The set of local forward configurations for this action, if any, keyed by the name property.
Context-relative path of the web application resource that will process this request via PHRUTS_RequestDispatcher->doInclude(), instead of instantiating and calling the PHRUTS_Action class specified by "type".
Exactly one of forward, include, or type must be specified.
Context-relative path of the input form to which control should be returned if a validation error is encountered.
Required if "name" is specified and the input bean returns validation errors.
The module configuration with which we are associated.
Name of the form bean, if any, associated with this Action.
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
PHruts does not itself use this value in any way.
Context-relative path of the submitted request, starting with a slash ("/") character.
Prefix used to match request parameter names to form bean property names, if any.
The set of security role names used to authorize access to this Action, as an array for faster access.
Comma-delimited list of security role names allowed to request this Action.
Identifier of the scope ("request" or "session") within which our form bean is accessed, if any.
Suffix used to match request parameter names to form bean property names, if any.
Fully qualified PHP class name of the PHRUTS_Action class to be used to process requests for this mapping if the forward and include properties are not set.
Exactly one of forward, include, or type must be specified.
Indicate Action be configured as default one for this module, when true.
Should the validate method of the form bean associated with this action be called?
Add a new PHRUTS_ForwardConfig instance to the set of global forwards associated with this action.
Return the forward configuration for the specified key, if any; otherwise return null.
Return all forward configurations for this Action.
If there are none, a zero-length array is returned.
Freeze the configuration of this action.
Return the request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified name.
Return context-relative path of the web application resource that will process this request.
Context-relative path of the web application resource that will process this request.
Get the context-relative path of the input form to which control should be returned if a validation error is encountered.
The module configuration with which we are associated.
Return name of the form bean, if any, associated with this Action.
Return general purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
PHruts does not itself use this value in any way.
Return context-relative path of the submitted request, starting with a slash ("/") character.
Return prefix used to match request parameter names to form bean property names, if any.
Get array of security role names used to authorize access to this Action.
Get the scope ("request" or "session") within which our form bean is accessed, if any.
Return suffix used to match request parameter names to form bean property names, if any.
Determine whether Action is configured as the default one for this module.
Remove the specified forward configuration instance.
Set the request-scope or session-scope attribute name under which our form bean is accessed, if it is different from the form bean's specified name.
Set the context-relative path of the web application resource that will process this request.
Exactly one of forward, include or type must be specified.
Set context-relative path of the web application resource that will process this request.
Exactly one of forward, include or type must be specified.
Set the context-relative path of the input form to which control should be returned if a validation error is encountered.
Required if "name" is specified and the input bean returns validation errors.
The module configuration with which we are associated.
Set the name of the form bean, if any, associated with this Action.
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
PHruts does not itself use this value in any way.
Set context-relative path of the submitted request, starting with a slash ("/") character.
Set prefix used to match request parameter names to form bean property names, if any.
Set the scope ("request" or "session") within which our form bean is accessed, if any.
Set suffix used to match request parameter names to form bean property names, if any.
Set whether Action is configured as the default one for this module.
Return a string representation of this object.
Documentation generated on Sat, 31 May 2008 15:45:47 +0200 by phpDocumentor 1.4.1