-
$actionConfigClass
-
The default class name to be used when creating action config instances.
-
$actionConfigs
-
The set of action configurations for this module, if any, keyed by the path property.
-
$attribute
-
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.
-
addActionConfig
-
Add a new PHRUTS_ActionConfig instance to the set associated with this module.
-
addDataSourceConfig
-
Add a new PHRUTS_DataSourceConfig instance to the set associated with this module.
-
addFormBeanConfig
-
Add a new PHRUTS_FormBeanConfig instance to the set associated with this module.
-
addForwardConfig
-
Add a new PHRUTS_ForwardConfig instance to the set of global forwards associated with this action.
-
addForwardConfig
-
Add a new PHRUTS_ForwardConfig instance to the set of global forwards associated with this module.
-
addMessageResourcesConfig
-
Add a new PHRUTS_MessageResourcesConfig instance to the set associated with this module.
-
addPlugInConfig
-
Add a newly configured PHRUTS_PlugInConfig instance to the set of plug-in Actions for this module.
-
addProperty
-
Add a new property name and value to the set that will be used to configure the PHRUTS_PlugIn instance.
-
addProperty
-
Add a new custom configuration property.
-
addRuleInstances
-
Add the set of PHIGEST_Rule instances defined in this RuleSet to the specified PHIGEST_Digester instance.
-
addRuleInstances
-
Add the set of PHIGEST_Rule instances defined in this RuleSet to the specified PHIGEST_Digester instance.
-
$factory
-
Fully qualified PHP class name of the PHRUTS_MessageResourcesFactory class we should use.
-
$formBeans
-
The set of form bean configurations for this module, if any, keyed by the name property.
-
$forward
-
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".
-
$forwards
-
The set of global forward configurations for this module, if any, keyed by the name property.
-
$forwards
-
The set of local forward configurations for this action, if any, keyed by the name property.
-
findActionConfig
-
Return the action configuration for the specified path, if any; otherwise return null.
-
findActionConfigs
-
Return the action configurations for this module.
-
findDataSourceConfig
-
Return the data source configuration for the specified key, if any; otherwise return null.
-
findDataSourceConfigs
-
Return the data source configurations for this module.
-
findFormBeanConfig
-
Return the form bean configuration for the specified key, if any; otherwise return null.
-
findFormBeanConfigs
-
Return the form bean configurations for this module.
-
findForwardConfig
-
Return the forward configuration for the specified key, if any; otherwise return null.
-
findForwardConfig
-
Return the forward configuration for the specified key, if any; otherwise return null.
-
findForwardConfigs
-
Return the forward configurations for this module.
-
findForwardConfigs
-
Return all forward configurations for this Action.
-
findMessageResourcesConfig
-
Return the message resources configuration for the specified key, if any; otherwise return null.
-
findMessageResourcesConfigs
-
Return the message resources configurations for this module.
-
findPlugInConfigs
-
Return the configured plug-in actions for this module.
-
freeze
-
Freeze the configuration of this module.
-
freeze
-
Freeze the configuration of this component.
-
freeze
-
Freeze the configuration of this data source.
-
freeze
-
Freeze the configuration of this component.
-
freeze
-
Freeze the configuration of this component.
-
freeze
-
Freeze the configuration of this action.
-
freeze
-
Freeze the configuration of this component.
-
freeze
-
Freeze the configuration of this component.
-
getActionConfigClass
-
The default class name to be used when creating action config instances.
-
getAttribute
-
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.
-
getClassName
-
-
getConfigured
-
Has this module been completely configured yet.
-
getContentType
-
-
getControllerConfig
-
The controller configuration object for this module.
-
getFactory
-
-
getForward
-
Return context-relative path of the web application resource that will process this request.
-
getInclude
-
Context-relative path of the web application resource that will process this request.
-
getInitParameter
-
Returns a string containing the value of the named initialization parameter, or null if the parameter does not exist.
-
getInitParameterNames
-
Returns the names of the service's initialization parameters.
-
getInput
-
Get the context-relative path of the input form to which control should be returned if a validation error is encountered.
-
getInputForward
-
-
getKey
-
-
getKey
-
-
getLocale
-
-
getModuleConfig
-
The module configuration with which we are associated.
-
getModuleConfig
-
Return the module configuration with which this form bean definition is associated.
-
getName
-
-
getName
-
Return name of the form bean, if any, associated with this Action.
-
getName
-
-
getNocache
-
-
getNull
-
-
getParameter
-
Return general purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
-
getParameter
-
-
getPath
-
Return context-relative path of the submitted request, starting with a slash ("/") character.
-
getPath
-
-
getPathParam
-
-
getPrefix
-
Return prefix used to match request parameter names to form bean property names, if any.
-
getPrefix
-
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
-
getProcessorClass
-
-
getProperties
-
-
getProperties
-
Return the properties that will be used to configure a PHRUTS_PlugIn instance.
-
getRedirect
-
-
getRoleNames
-
Get array of security role names used to authorize access to this Action.
-
getRoles
-
-
getScope
-
Get the scope ("request" or "session") within which our form bean is accessed, if any.
-
getSuffix
-
Return suffix used to match request parameter names to form bean property names, if any.
-
getType
-
-
getType
-
-
getType
-
-
getUnknown
-
Determine whether Action is configured as the default one for this module.
-
getValidate
-
-
$parameter
-
Parameter that is passed to the createResources method of our PHRUTS_MessageResourcesFactory implementation.
-
$parameter
-
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
-
$parameters
-
The initialization parameters.
-
$path
-
The URL to which this PHRUTS_ForwardConfig entry points.
-
$path
-
Context-relative path of the submitted request, starting with a slash ("/") character.
-
$pathParam
-
The request param which indicate the path of the action to execute.
-
$plugIns
-
The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.
-
$prefix
-
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
-
$prefix
-
Prefix used to match request parameter names to form bean property names, if any.
-
$processorClass
-
The fully qualified class name of the PHRUTS_RequestProcessor implementation class to be used for this module.
-
$properties
-
A map of the name-value pairs that will be used to configure the property values of a PlugIn instance.
-
$properties
-
The custom configuration properties for this data source implementation.
-
PHRUTS_ActionConfig.php
-
-
PHRUTS_ConfigRuleSet.php
-
-
PHRUTS_ControllerConfig.php
-
-
PHRUTS_DataSourceConfig.php
-
-
PHRUTS_FormBeanConfig.php
-
-
PHRUTS_ForwardConfig.php
-
-
PHRUTS_MessageResourcesConfig.php
-
-
PHRUTS_ModuleConfig.php
-
-
PHRUTS_PlugInConfig.php
-
-
PHRUTS_ServiceConfig.php
-
-
PHRUTS_ServiceRuleSet.php
-
-
PHRUTS_ActionConfig
-
A PHPBean representing the configuration information of an <action> element from a PHruts module configuration file.
-
PHRUTS_ActionConfigFactory
-
An object creation factory which creates action config instances, taking into account the default class name, which may have been specified on the parent element and which is made available through the object on the top of the stack, which must be a PHRUTS_ModuleConfig.
-
PHRUTS_AddDataSourcePropertyRule
-
Class that calls addProperty for the top object on the stack, which must be a phruts::config::PHRUTS_DataSourceConfig.
-
PHRUTS_ConfigRuleSet
-
The set of Digester rules required to parse a PHruts configuration file (phruts-config.xml).
-
PHRUTS_ControllerConfig
-
A PHPBean representing the configuration information of a <controller> element in a PHruts configuration file.
-
PHRUTS_ControllerConfigFactory
-
An object creation factory which creates controller config instances.
-
PHRUTS_DataSourceConfig
-
A PHPBean representing the configuration information of a <data-source> element from a PHruts configuration file.
-
PHRUTS_DataSourceConfigFactory
-
An object creation factory which creates data source config instances.
-
PHRUTS_FormBeanConfig
-
A PHPBean representing the configuration information of a <form-bean> element in a PHruts application configuration file
-
PHRUTS_FormBeanConfigFactory
-
An object creation factory which creates form bean config instances.
-
PHRUTS_ForwardConfig
-
A PHPBean representing the configuration information of a <forward> element from a PHruts application configuration file.
-
PHRUTS_ForwardConfigFactory
-
An object creation factory which creates forward config instances.
-
PHRUTS_MessageResourcesConfig
-
A PHPBean representing the configuration information of a <message-resources> element in a PHruts configuration file.
-
PHRUTS_MessageResourcesConfigFactory
-
An object creation factory which creates message resources config instances.
-
PHRUTS_ModuleConfig
-
The collection of static configuration information that describes a PHruts-based module.
-
PHRUTS_PlugInConfig
-
A PHPBean representing the configuration information of a <plug-in> element in a PHruts configuration file.
-
PHRUTS_PlugInSetPropertyRule
-
Class that records the name and value of a configuration property to be used in configuring a PHRUTS_PlugIn instance when instantiated.
-
PHRUTS_ServiceConfig
-
The collection of static configuration information that describes a PHruts application.
-
PHRUTS_ServiceRuleSet
-
The set of Digester rules required to parse a PHruts web configuration file (web.xml).
-
PHRUTS_SetActionConfigClassRule
-
Class that sets the name of the class to use when creating action config instances.
-
$scope
-
Identifier of the scope ("request" or "session") within which our form bean is accessed, if any.
-
$suffix
-
Suffix used to match request parameter names to form bean property names, if any.
-
setActionConfigClass
-
The default class name to be used when creating action config instances.
-
setAttribute
-
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.
-
setClassName
-
-
setContentType
-
-
setControllerConfig
-
The controller configuration object for this module.
-
setFactory
-
-
setForward
-
Set the context-relative path of the web application resource that will process this request.
-
setInclude
-
Set context-relative path of the web application resource that will process this request.
-
setIncludePath
-
-
setInitParameter
-
Set an initialization parameter.
-
setInput
-
Set the context-relative path of the input form to which control should be returned if a validation error is encountered.
-
setInputForward
-
-
setKey
-
-
setKey
-
-
setLocale
-
-
setModuleConfig
-
The module configuration with which we are associated.
-
setModuleConfig
-
Set the module configuration with which this form bean definition is associated.
-
setName
-
Set the name of the form bean, if any, associated with this Action.
-
setName
-
-
setName
-
-
setNocache
-
-
setNull
-
-
setParameter
-
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
-
setParameter
-
-
setPath
-
Set context-relative path of the submitted request, starting with a slash ("/") character.
-
setPath
-
-
setPathParam
-
-
setPrefix
-
Set prefix used to match request parameter names to form bean property names, if any.
-
setPrefix
-
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
-
setProcessorClass
-
-
setRedirect
-
-
setRoles
-
-
setScope
-
Set the scope ("request" or "session") within which our form bean is accessed, if any.
-
setSuffix
-
Set suffix used to match request parameter names to form bean property names, if any.
-
setType
-
-
setType
-
-
setType
-
-
setUnknown
-
Set whether Action is configured as the default one for this module.
-
setValidate
-