org.apache.struts.config.impl | The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file. |
ConfigHelperInterface | NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT. | code | html |
ModuleConfig | The collection of static configuration information that describes a Struts-based module. |
code | html |
BaseConfig | A abstract base class for all config classes. |
code | html |
ModuleConfigFactory | A factory interface for creating ModuleConfig s. | code | html |
ActionConfig | A JavaBean representing the configuration information of an
|
code | html |
ActionConfigMatcher | Matches paths against pre-compiled wildcard expressions pulled from action configs. | code | html |
ActionConfigMatcher.Mapping | Stores a compiled wildcard pattern and the ActionConfig it came from. | code | html |
ActionFormBeanFactory | An object creation factory which creates action form bean 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
org.apache.struts.config.ModuleConfig . |
code | html |
ActionForwardFactory | An object creation factory which creates action forward 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
org.apache.struts.config.ModuleConfig . |
code | html |
ActionMappingFactory | An object creation factory which creates action mapping 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
org.apache.struts.config.ModuleConfig . |
code | html |
AddDataSourcePropertyRule | Class that calls addProperty() for the top object
on the stack, which must be a
org.apache.struts.config.DataSourceConfig . |
code | html |
ConfigHelper | NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT. | code | html |
ConfigRuleSet | The set of Digester rules required to parse a Struts
configuration file ( |
code | html |
ControllerConfig | A JavaBean representing the configuration information of a
|
code | html |
CustomMappingTest | Custom action mapping used by TestModuleConfing | code | html |
DataSourceConfig | A JavaBean representing the configuration information of a
WARNING - The properties of this configuration bean are recognized by the default data source implementation, but some or all of them may be ignored by custom data source implementations. |
code | html |
ExceptionConfig | A JavaBean representing the configuration information of an
|
code | html |
FormBeanConfig | A JavaBean representing the configuration information of a
|
code | html |
FormPropertyConfig | A JavaBean representing the configuration information of a
|
code | html |
ForwardConfig | A JavaBean representing the configuration information of a
|
code | html |
GlobalForwardFactory | An object creation factory which creates global forward 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
org.apache.struts.config.ModuleConfig . |
code | html |
MessageResourcesConfig | A JavaBean representing the configuration information of a
|
code | html |
PlugInConfig | A JavaBean representing the configuration information of a
|
code | html |
PlugInSetPropertyRule | Class that records the name and value of a configuration property to be
used in configuring a PlugIn instance when instantiated. |
code | html |
SecureActionConfig | An extension of the ActionConfig class to add the "secure" property | code | html |
SetActionFormBeanClassRule | Class that sets the name of the class to use when creating action form bean instances. | code | html |
SetActionForwardClassRule | Class that sets the name of the class to use when creating global forward instances. | code | html |
SetActionMappingClassRule | Class that sets the name of the class to use when creating action mapping instances. | code | html |
TestActionConfigMatcher | Unit tests for |
code | html |
TestModuleConfig | Unit tests for the org.apache.struts.config package. |
code | html |
The "config" package contains configuration objects that correspond to
elements that may be specified in the struts-config.xml
module configuration file.