[phruts-config] element index

Package indexes

All elements
a b c d f g i k l m n p r s t u v _
_
top
__construct
PHRUTS_ModuleConfig::__construct() in PHRUTS_ModuleConfig.php
__toString
PHRUTS_MessageResourcesConfig::__toString() in PHRUTS_MessageResourcesConfig.php
Return a String representation of this object.
__toString
PHRUTS_PlugInConfig::__toString() in PHRUTS_PlugInConfig.php
Return a string representation of this object.
__toString
PHRUTS_ForwardConfig::__toString() in PHRUTS_ForwardConfig.php
Return a String representation of this object.
__toString
PHRUTS_FormBeanConfig::__toString() in PHRUTS_FormBeanConfig.php
Return a String representation of this object.
__toString
PHRUTS_ControllerConfig::__toString() in PHRUTS_ControllerConfig.php
Return a string representation of this object.
__toString
PHRUTS_DataSourceConfig::__toString() in PHRUTS_DataSourceConfig.php
Return a string representation of this object.
__toString
PHRUTS_ActionConfig::__toString() in PHRUTS_ActionConfig.php
Return a string representation of this object.
a
top
$actionConfigClass
PHRUTS_ModuleConfig::$actionConfigClass in PHRUTS_ModuleConfig.php
The default class name to be used when creating action config instances.
$actionConfigs
PHRUTS_ModuleConfig::$actionConfigs in PHRUTS_ModuleConfig.php
The set of action configurations for this module, if any, keyed by the path property.
$attribute
PHRUTS_ActionConfig::$attribute in PHRUTS_ActionConfig.php
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
PHRUTS_ModuleConfig::addActionConfig() in PHRUTS_ModuleConfig.php
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
PHRUTS_ModuleConfig::addFormBeanConfig() in PHRUTS_ModuleConfig.php
Add a new PHRUTS_FormBeanConfig instance to the set associated with this module.
addForwardConfig
PHRUTS_ActionConfig::addForwardConfig() in PHRUTS_ActionConfig.php
Add a new PHRUTS_ForwardConfig instance to the set of global forwards associated with this action.
addForwardConfig
PHRUTS_ModuleConfig::addForwardConfig() in PHRUTS_ModuleConfig.php
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
PHRUTS_ModuleConfig::addPlugInConfig() in PHRUTS_ModuleConfig.php
Add a newly configured PHRUTS_PlugInConfig instance to the set of plug-in Actions for this module.
addProperty
PHRUTS_PlugInConfig::addProperty() in PHRUTS_PlugInConfig.php
Add a new property name and value to the set that will be used to configure the PHRUTS_PlugIn instance.
addProperty
PHRUTS_DataSourceConfig::addProperty() in PHRUTS_DataSourceConfig.php
Add a new custom configuration property.
addRuleInstances
PHRUTS_ServiceRuleSet::addRuleInstances() in PHRUTS_ServiceRuleSet.php
Add the set of PHIGEST_Rule instances defined in this RuleSet to the specified PHIGEST_Digester instance.
addRuleInstances
PHRUTS_ConfigRuleSet::addRuleInstances() in PHRUTS_ConfigRuleSet.php
Add the set of PHIGEST_Rule instances defined in this RuleSet to the specified PHIGEST_Digester instance.
b
top
begin
PHRUTS_SetActionConfigClassRule::begin() in PHRUTS_ConfigRuleSet.php
begin
PHRUTS_PlugInSetPropertyRule::begin() in PHRUTS_ConfigRuleSet.php
begin
PHRUTS_AddDataSourcePropertyRule::begin() in PHRUTS_ConfigRuleSet.php
c
top
$className
PHRUTS_PlugInConfig::$className in PHRUTS_PlugInConfig.php
The fully qualified PHP class name of the PHRUTS_PlugIn implementation class being configured.
$configured
PHRUTS_FormBeanConfig::$configured in PHRUTS_FormBeanConfig.php
Has this component been completely configured?
$configured
PHRUTS_ControllerConfig::$configured in PHRUTS_ControllerConfig.php
Has this component been completely configured?
$configured
PHRUTS_ForwardConfig::$configured in PHRUTS_ForwardConfig.php
Has this component been completely configured?
$configured
PHRUTS_ActionConfig::$configured in PHRUTS_ActionConfig.php
Has this component been completely configured?
$configured
PHRUTS_MessageResourcesConfig::$configured in PHRUTS_MessageResourcesConfig.php
Has this component been completely configured?
$configured
PHRUTS_PlugInConfig::$configured in PHRUTS_PlugInConfig.php
Has this component been completely configured?
$configured
PHRUTS_ModuleConfig::$configured in PHRUTS_ModuleConfig.php
Has this application been completely configured yet.
$configured
PHRUTS_DataSourceConfig::$configured in PHRUTS_DataSourceConfig.php
Has this component been completely configured?
$contentType
PHRUTS_ControllerConfig::$contentType in PHRUTS_ControllerConfig.php
The content type and character encoding to be set on each response.
$controllerConfig
PHRUTS_ModuleConfig::$controllerConfig in PHRUTS_ModuleConfig.php
The controller configuration object for this module
createObject
createObject
PHRUTS_ActionConfigFactory::createObject() in PHRUTS_ConfigRuleSet.php
createObject
createObject
createObject
createObject
d
top
$dataSources
PHRUTS_ModuleConfig::$dataSources in PHRUTS_ModuleConfig.php
The set of data source configurations for this module, if any, keyed by the key property.
f
top
$factory
PHRUTS_MessageResourcesConfig::$factory in PHRUTS_MessageResourcesConfig.php
Fully qualified PHP class name of the PHRUTS_MessageResourcesFactory class we should use.
$formBeans
PHRUTS_ModuleConfig::$formBeans in PHRUTS_ModuleConfig.php
The set of form bean configurations for this module, if any, keyed by the name property.
$forward
PHRUTS_ActionConfig::$forward in PHRUTS_ActionConfig.php
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
PHRUTS_ModuleConfig::$forwards in PHRUTS_ModuleConfig.php
The set of global forward configurations for this module, if any, keyed by the name property.
$forwards
PHRUTS_ActionConfig::$forwards in PHRUTS_ActionConfig.php
The set of local forward configurations for this action, if any, keyed by the name property.
findActionConfig
PHRUTS_ModuleConfig::findActionConfig() in PHRUTS_ModuleConfig.php
Return the action configuration for the specified path, if any; otherwise return null.
findActionConfigs
PHRUTS_ModuleConfig::findActionConfigs() in PHRUTS_ModuleConfig.php
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
PHRUTS_ModuleConfig::findForwardConfig() in PHRUTS_ModuleConfig.php
Return the forward configuration for the specified key, if any; otherwise return null.
findForwardConfig
PHRUTS_ActionConfig::findForwardConfig() in PHRUTS_ActionConfig.php
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
PHRUTS_ModuleConfig::findPlugInConfigs() in PHRUTS_ModuleConfig.php
Return the configured plug-in actions for this module.
freeze
PHRUTS_ModuleConfig::freeze() in PHRUTS_ModuleConfig.php
Freeze the configuration of this module.
freeze
PHRUTS_PlugInConfig::freeze() in PHRUTS_PlugInConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_DataSourceConfig::freeze() in PHRUTS_DataSourceConfig.php
Freeze the configuration of this data source.
freeze
PHRUTS_FormBeanConfig::freeze() in PHRUTS_FormBeanConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_MessageResourcesConfig::freeze() in PHRUTS_MessageResourcesConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_ActionConfig::freeze() in PHRUTS_ActionConfig.php
Freeze the configuration of this action.
freeze
PHRUTS_ControllerConfig::freeze() in PHRUTS_ControllerConfig.php
Freeze the configuration of this component.
freeze
PHRUTS_ForwardConfig::freeze() in PHRUTS_ForwardConfig.php
Freeze the configuration of this component.
g
top
getActionConfigClass
The default class name to be used when creating action config instances.
getAttribute
PHRUTS_ActionConfig::getAttribute() in PHRUTS_ActionConfig.php
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
PHRUTS_PlugInConfig::getClassName() in PHRUTS_PlugInConfig.php
getConfigured
PHRUTS_ModuleConfig::getConfigured() in PHRUTS_ModuleConfig.php
Has this module been completely configured yet.
getContentType
PHRUTS_ControllerConfig::getContentType() in PHRUTS_ControllerConfig.php
getControllerConfig
The controller configuration object for this module.
getFactory
PHRUTS_MessageResourcesConfig::getFactory() in PHRUTS_MessageResourcesConfig.php
getForward
PHRUTS_ActionConfig::getForward() in PHRUTS_ActionConfig.php
Return context-relative path of the web application resource that will process this request.
getInclude
PHRUTS_ActionConfig::getInclude() in PHRUTS_ActionConfig.php
Context-relative path of the web application resource that will process this request.
getInitParameter
PHRUTS_ServiceConfig::getInitParameter() in PHRUTS_ServiceConfig.php
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
PHRUTS_ActionConfig::getInput() in PHRUTS_ActionConfig.php
Get the context-relative path of the input form to which control should be returned if a validation error is encountered.
getInputForward
PHRUTS_ControllerConfig::getInputForward() in PHRUTS_ControllerConfig.php
getKey
PHRUTS_MessageResourcesConfig::getKey() in PHRUTS_MessageResourcesConfig.php
getKey
PHRUTS_DataSourceConfig::getKey() in PHRUTS_DataSourceConfig.php
getLocale
PHRUTS_ControllerConfig::getLocale() in PHRUTS_ControllerConfig.php
getModuleConfig
PHRUTS_ActionConfig::getModuleConfig() in PHRUTS_ActionConfig.php
The module configuration with which we are associated.
getModuleConfig
PHRUTS_FormBeanConfig::getModuleConfig() in PHRUTS_FormBeanConfig.php
Return the module configuration with which this form bean definition is associated.
getName
PHRUTS_ForwardConfig::getName() in PHRUTS_ForwardConfig.php
getName
PHRUTS_ActionConfig::getName() in PHRUTS_ActionConfig.php
Return name of the form bean, if any, associated with this Action.
getName
PHRUTS_FormBeanConfig::getName() in PHRUTS_FormBeanConfig.php
getNocache
PHRUTS_ControllerConfig::getNocache() in PHRUTS_ControllerConfig.php
getNull
PHRUTS_MessageResourcesConfig::getNull() in PHRUTS_MessageResourcesConfig.php
getParameter
PHRUTS_ActionConfig::getParameter() in PHRUTS_ActionConfig.php
Return general purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
getParameter
PHRUTS_MessageResourcesConfig::getParameter() in PHRUTS_MessageResourcesConfig.php
getPath
PHRUTS_ActionConfig::getPath() in PHRUTS_ActionConfig.php
Return context-relative path of the submitted request, starting with a slash ("/") character.
getPath
PHRUTS_ForwardConfig::getPath() in PHRUTS_ForwardConfig.php
getPathParam
PHRUTS_ServiceConfig::getPathParam() in PHRUTS_ServiceConfig.php
getPrefix
PHRUTS_ActionConfig::getPrefix() in PHRUTS_ActionConfig.php
Return prefix used to match request parameter names to form bean property names, if any.
getPrefix
PHRUTS_ModuleConfig::getPrefix() in PHRUTS_ModuleConfig.php
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
getProcessorClass
PHRUTS_ControllerConfig::getProcessorClass() in PHRUTS_ControllerConfig.php
getProperties
PHRUTS_DataSourceConfig::getProperties() in PHRUTS_DataSourceConfig.php
getProperties
PHRUTS_PlugInConfig::getProperties() in PHRUTS_PlugInConfig.php
Return the properties that will be used to configure a PHRUTS_PlugIn instance.
getRedirect
PHRUTS_ForwardConfig::getRedirect() in PHRUTS_ForwardConfig.php
getRoleNames
PHRUTS_ActionConfig::getRoleNames() in PHRUTS_ActionConfig.php
Get array of security role names used to authorize access to this Action.
getRoles
PHRUTS_ActionConfig::getRoles() in PHRUTS_ActionConfig.php
getScope
PHRUTS_ActionConfig::getScope() in PHRUTS_ActionConfig.php
Get the scope ("request" or "session") within which our form bean is accessed, if any.
getSuffix
PHRUTS_ActionConfig::getSuffix() in PHRUTS_ActionConfig.php
Return suffix used to match request parameter names to form bean property names, if any.
getType
PHRUTS_FormBeanConfig::getType() in PHRUTS_FormBeanConfig.php
getType
PHRUTS_ActionConfig::getType() in PHRUTS_ActionConfig.php
getType
PHRUTS_DataSourceConfig::getType() in PHRUTS_DataSourceConfig.php
getUnknown
PHRUTS_ActionConfig::getUnknown() in PHRUTS_ActionConfig.php
Determine whether Action is configured as the default one for this module.
getValidate
PHRUTS_ActionConfig::getValidate() in PHRUTS_ActionConfig.php
i
top
$include
PHRUTS_ActionConfig::$include in PHRUTS_ActionConfig.php
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".
$includePaths
PHRUTS_ServiceConfig::$includePaths in PHRUTS_ServiceConfig.php
Array of paths to add to the include_path PHP directive.
$input
PHRUTS_ActionConfig::$input in PHRUTS_ActionConfig.php
Context-relative path of the input form to which control should be returned if a validation error is encountered.
$inputForward
PHRUTS_ControllerConfig::$inputForward in PHRUTS_ControllerConfig.php
Should the input property of PHRUTS_ActionConfig instances associated with this module be treated as the name of a corresponding PHRUTS_ForwardConfig.
k
top
$key
PHRUTS_MessageResourcesConfig::$key in PHRUTS_MessageResourcesConfig.php
The service context attributes key under which this PHRUTS_MessageResources instance is stored.
$key
PHRUTS_DataSourceConfig::$key in PHRUTS_DataSourceConfig.php
The service context attribute key under which this data source is stored and made available.
l
top
$locale
PHRUTS_ControllerConfig::$locale in PHRUTS_ControllerConfig.php
Should we store a PHRUTS_Locale object in the user's session if needed?
m
top
$messageResources
PHRUTS_ModuleConfig::$messageResources in PHRUTS_ModuleConfig.php
The set of message resources configurations for this module, if any, keyed by the key property.
$moduleConfig
PHRUTS_FormBeanConfig::$moduleConfig in PHRUTS_FormBeanConfig.php
The module configuration with which this form bean definition is associated.
$moduleConfig
PHRUTS_ActionConfig::$moduleConfig in PHRUTS_ActionConfig.php
The module configuration with which we are associated.
n
top
$name
PHRUTS_ForwardConfig::$name in PHRUTS_ForwardConfig.php
The unique identifier of this forward, which is used to reference it in PHRUTS_Action classes.
$name
PHRUTS_ActionConfig::$name in PHRUTS_ActionConfig.php
Name of the form bean, if any, associated with this Action.
$name
PHRUTS_FormBeanConfig::$name in PHRUTS_FormBeanConfig.php
The unique identifier of this form bean.
$nocache
PHRUTS_ControllerConfig::$nocache in PHRUTS_ControllerConfig.php
Should we set no-cache HTTP headers on each response?
$nullValue
PHRUTS_MessageResourcesConfig::$nullValue in PHRUTS_MessageResourcesConfig.php
Should we return null for unknown message keys?
p
top
$parameter
PHRUTS_MessageResourcesConfig::$parameter in PHRUTS_MessageResourcesConfig.php
Parameter that is passed to the createResources method of our PHRUTS_MessageResourcesFactory implementation.
$parameter
PHRUTS_ActionConfig::$parameter in PHRUTS_ActionConfig.php
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
$parameters
PHRUTS_ServiceConfig::$parameters in PHRUTS_ServiceConfig.php
The initialization parameters.
$path
PHRUTS_ForwardConfig::$path in PHRUTS_ForwardConfig.php
The URL to which this PHRUTS_ForwardConfig entry points.
$path
PHRUTS_ActionConfig::$path in PHRUTS_ActionConfig.php
Context-relative path of the submitted request, starting with a slash ("/") character.
$pathParam
PHRUTS_ServiceConfig::$pathParam in PHRUTS_ServiceConfig.php
The request param which indicate the path of the action to execute.
$plugIns
PHRUTS_ModuleConfig::$plugIns in PHRUTS_ModuleConfig.php
The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.
$prefix
PHRUTS_ModuleConfig::$prefix in PHRUTS_ModuleConfig.php
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
$prefix
PHRUTS_ActionConfig::$prefix in PHRUTS_ActionConfig.php
Prefix used to match request parameter names to form bean property names, if any.
$processorClass
PHRUTS_ControllerConfig::$processorClass in PHRUTS_ControllerConfig.php
The fully qualified class name of the PHRUTS_RequestProcessor implementation class to be used for this module.
$properties
PHRUTS_PlugInConfig::$properties in PHRUTS_PlugInConfig.php
A map of the name-value pairs that will be used to configure the property values of a PlugIn instance.
$properties
PHRUTS_DataSourceConfig::$properties in PHRUTS_DataSourceConfig.php
The custom configuration properties for this data source implementation.
PHRUTS_ActionConfig.php
PHRUTS_ActionConfig.php in PHRUTS_ActionConfig.php
PHRUTS_ConfigRuleSet.php
PHRUTS_ConfigRuleSet.php in PHRUTS_ConfigRuleSet.php
PHRUTS_ControllerConfig.php
PHRUTS_ControllerConfig.php in PHRUTS_ControllerConfig.php
PHRUTS_DataSourceConfig.php
PHRUTS_DataSourceConfig.php in PHRUTS_DataSourceConfig.php
PHRUTS_FormBeanConfig.php
PHRUTS_FormBeanConfig.php in PHRUTS_FormBeanConfig.php
PHRUTS_ForwardConfig.php
PHRUTS_ForwardConfig.php in PHRUTS_ForwardConfig.php
PHRUTS_MessageResourcesConfig.php
PHRUTS_MessageResourcesConfig.php in PHRUTS_MessageResourcesConfig.php
PHRUTS_ModuleConfig.php
PHRUTS_ModuleConfig.php in PHRUTS_ModuleConfig.php
PHRUTS_PlugInConfig.php
PHRUTS_PlugInConfig.php in PHRUTS_PlugInConfig.php
PHRUTS_ServiceConfig.php
PHRUTS_ServiceConfig.php in PHRUTS_ServiceConfig.php
PHRUTS_ServiceRuleSet.php
PHRUTS_ServiceRuleSet.php in PHRUTS_ServiceRuleSet.php
PHRUTS_ActionConfig
PHRUTS_ActionConfig in PHRUTS_ActionConfig.php
A PHPBean representing the configuration information of an <action> element from a PHruts module configuration file.
PHRUTS_ActionConfigFactory
PHRUTS_ActionConfigFactory in PHRUTS_ConfigRuleSet.php
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
PHRUTS_AddDataSourcePropertyRule in PHRUTS_ConfigRuleSet.php
Class that calls addProperty for the top object on the stack, which must be a phruts::config::PHRUTS_DataSourceConfig.
PHRUTS_ConfigRuleSet
PHRUTS_ConfigRuleSet in PHRUTS_ConfigRuleSet.php
The set of Digester rules required to parse a PHruts configuration file (phruts-config.xml).
PHRUTS_ControllerConfig
PHRUTS_ControllerConfig in PHRUTS_ControllerConfig.php
A PHPBean representing the configuration information of a <controller> element in a PHruts configuration file.
PHRUTS_ControllerConfigFactory
PHRUTS_ControllerConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates controller config instances.
PHRUTS_DataSourceConfig
PHRUTS_DataSourceConfig in PHRUTS_DataSourceConfig.php
A PHPBean representing the configuration information of a <data-source> element from a PHruts configuration file.
PHRUTS_DataSourceConfigFactory
PHRUTS_DataSourceConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates data source config instances.
PHRUTS_FormBeanConfig
PHRUTS_FormBeanConfig in PHRUTS_FormBeanConfig.php
A PHPBean representing the configuration information of a <form-bean> element in a PHruts application configuration file
PHRUTS_FormBeanConfigFactory
PHRUTS_FormBeanConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates form bean config instances.
PHRUTS_ForwardConfig
PHRUTS_ForwardConfig in PHRUTS_ForwardConfig.php
A PHPBean representing the configuration information of a <forward> element from a PHruts application configuration file.
PHRUTS_ForwardConfigFactory
PHRUTS_ForwardConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates forward config instances.
PHRUTS_MessageResourcesConfig
PHRUTS_MessageResourcesConfig in PHRUTS_MessageResourcesConfig.php
A PHPBean representing the configuration information of a <message-resources> element in a PHruts configuration file.
PHRUTS_MessageResourcesConfigFactory
PHRUTS_MessageResourcesConfigFactory in PHRUTS_ConfigRuleSet.php
An object creation factory which creates message resources config instances.
PHRUTS_ModuleConfig
PHRUTS_ModuleConfig in PHRUTS_ModuleConfig.php
The collection of static configuration information that describes a PHruts-based module.
PHRUTS_PlugInConfig
PHRUTS_PlugInConfig in PHRUTS_PlugInConfig.php
A PHPBean representing the configuration information of a <plug-in> element in a PHruts configuration file.
PHRUTS_PlugInSetPropertyRule
PHRUTS_PlugInSetPropertyRule in PHRUTS_ConfigRuleSet.php
Class that records the name and value of a configuration property to be used in configuring a PHRUTS_PlugIn instance when instantiated.
PHRUTS_ServiceConfig
PHRUTS_ServiceConfig in PHRUTS_ServiceConfig.php
The collection of static configuration information that describes a PHruts application.
PHRUTS_ServiceRuleSet
PHRUTS_ServiceRuleSet in PHRUTS_ServiceRuleSet.php
The set of Digester rules required to parse a PHruts web configuration file (web.xml).
PHRUTS_SetActionConfigClassRule
PHRUTS_SetActionConfigClassRule in PHRUTS_ConfigRuleSet.php
Class that sets the name of the class to use when creating action config instances.
r
top
$redirect
PHRUTS_ForwardConfig::$redirect in PHRUTS_ForwardConfig.php
Should a redirect be used to transfer control to the specified path?
$roleNames
PHRUTS_ActionConfig::$roleNames in PHRUTS_ActionConfig.php
The set of security role names used to authorize access to this Action, as an array for faster access.
$roles
PHRUTS_ActionConfig::$roles in PHRUTS_ActionConfig.php
Comma-delimited list of security role names allowed to request this Action.
removeActionConfig
Remove the specified action configuration instance.
removeDataSourceConfig
Remove the specified data source configuration instance.
removeFormBeanConfig
Remove the specified form bean configuration instance.
removeForwardConfig
Remove the specified forward configuration instance.
removeForwardConfig
Remove the specified forward configuration instance.
removeMessageResourcesConfig
Remove the specified message resources configuration instance.
s
top
$scope
PHRUTS_ActionConfig::$scope in PHRUTS_ActionConfig.php
Identifier of the scope ("request" or "session") within which our form bean is accessed, if any.
$suffix
PHRUTS_ActionConfig::$suffix in PHRUTS_ActionConfig.php
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
PHRUTS_ActionConfig::setAttribute() in PHRUTS_ActionConfig.php
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
PHRUTS_PlugInConfig::setClassName() in PHRUTS_PlugInConfig.php
setContentType
PHRUTS_ControllerConfig::setContentType() in PHRUTS_ControllerConfig.php
setControllerConfig
The controller configuration object for this module.
setFactory
PHRUTS_MessageResourcesConfig::setFactory() in PHRUTS_MessageResourcesConfig.php
setForward
PHRUTS_ActionConfig::setForward() in PHRUTS_ActionConfig.php
Set the context-relative path of the web application resource that will process this request.
setInclude
PHRUTS_ActionConfig::setInclude() in PHRUTS_ActionConfig.php
Set context-relative path of the web application resource that will process this request.
setIncludePath
PHRUTS_ServiceConfig::setIncludePath() in PHRUTS_ServiceConfig.php
setInitParameter
PHRUTS_ServiceConfig::setInitParameter() in PHRUTS_ServiceConfig.php
Set an initialization parameter.
setInput
PHRUTS_ActionConfig::setInput() in PHRUTS_ActionConfig.php
Set the context-relative path of the input form to which control should be returned if a validation error is encountered.
setInputForward
PHRUTS_ControllerConfig::setInputForward() in PHRUTS_ControllerConfig.php
setKey
PHRUTS_MessageResourcesConfig::setKey() in PHRUTS_MessageResourcesConfig.php
setKey
PHRUTS_DataSourceConfig::setKey() in PHRUTS_DataSourceConfig.php
setLocale
PHRUTS_ControllerConfig::setLocale() in PHRUTS_ControllerConfig.php
setModuleConfig
PHRUTS_ActionConfig::setModuleConfig() in PHRUTS_ActionConfig.php
The module configuration with which we are associated.
setModuleConfig
PHRUTS_FormBeanConfig::setModuleConfig() in PHRUTS_FormBeanConfig.php
Set the module configuration with which this form bean definition is associated.
setName
PHRUTS_ActionConfig::setName() in PHRUTS_ActionConfig.php
Set the name of the form bean, if any, associated with this Action.
setName
PHRUTS_FormBeanConfig::setName() in PHRUTS_FormBeanConfig.php
setName
PHRUTS_ForwardConfig::setName() in PHRUTS_ForwardConfig.php
setNocache
PHRUTS_ControllerConfig::setNocache() in PHRUTS_ControllerConfig.php
setNull
PHRUTS_MessageResourcesConfig::setNull() in PHRUTS_MessageResourcesConfig.php
setParameter
PHRUTS_ActionConfig::setParameter() in PHRUTS_ActionConfig.php
General purpose configuration parameter that can be used to pass extra information to the PHRUTS_Action instance selected by this Action.
setParameter
PHRUTS_MessageResourcesConfig::setParameter() in PHRUTS_MessageResourcesConfig.php
setPath
PHRUTS_ActionConfig::setPath() in PHRUTS_ActionConfig.php
Set context-relative path of the submitted request, starting with a slash ("/") character.
setPath
PHRUTS_ForwardConfig::setPath() in PHRUTS_ForwardConfig.php
setPathParam
PHRUTS_ServiceConfig::setPathParam() in PHRUTS_ServiceConfig.php
setPrefix
PHRUTS_ActionConfig::setPrefix() in PHRUTS_ActionConfig.php
Set prefix used to match request parameter names to form bean property names, if any.
setPrefix
PHRUTS_ModuleConfig::setPrefix() in PHRUTS_ModuleConfig.php
The prefix of the context-relative portion of the request URI, used to select this configuration versus others supported by the controller service.
setProcessorClass
PHRUTS_ControllerConfig::setProcessorClass() in PHRUTS_ControllerConfig.php
setRedirect
PHRUTS_ForwardConfig::setRedirect() in PHRUTS_ForwardConfig.php
setRoles
PHRUTS_ActionConfig::setRoles() in PHRUTS_ActionConfig.php
setScope
PHRUTS_ActionConfig::setScope() in PHRUTS_ActionConfig.php
Set the scope ("request" or "session") within which our form bean is accessed, if any.
setSuffix
PHRUTS_ActionConfig::setSuffix() in PHRUTS_ActionConfig.php
Set suffix used to match request parameter names to form bean property names, if any.
setType
PHRUTS_DataSourceConfig::setType() in PHRUTS_DataSourceConfig.php
setType
PHRUTS_ActionConfig::setType() in PHRUTS_ActionConfig.php
setType
PHRUTS_FormBeanConfig::setType() in PHRUTS_FormBeanConfig.php
setUnknown
PHRUTS_ActionConfig::setUnknown() in PHRUTS_ActionConfig.php
Set whether Action is configured as the default one for this module.
setValidate
PHRUTS_ActionConfig::setValidate() in PHRUTS_ActionConfig.php
t
top
$type
PHRUTS_ActionConfig::$type in PHRUTS_ActionConfig.php
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.
$type
PHRUTS_FormBeanConfig::$type in PHRUTS_FormBeanConfig.php
The fully qualified PHP class name of the implementation class to be used or generated.
$type
PHRUTS_DataSourceConfig::$type in PHRUTS_DataSourceConfig.php
The factory class to create data source object.
toString
PHRUTS_PlugInSetPropertyRule::toString() in PHRUTS_ConfigRuleSet.php
toString
toString
u
top
$unknown
PHRUTS_ActionConfig::$unknown in PHRUTS_ActionConfig.php
Indicate Action be configured as default one for this module, when true.
v
top
$validate
PHRUTS_ActionConfig::$validate in PHRUTS_ActionConfig.php
Should the validate method of the form bean associated with this action be called?
a b c d f g i k l m n p r s t u v _