|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
struts-config.xml
module configuration file.
See:
Description
Interface Summary | |
---|---|
ConfigHelperInterface | NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT. |
ModuleConfig | The collection of static configuration information that describes a Struts-based module. |
Class Summary | |
---|---|
ActionConfig | A JavaBean representing the configuration information of an
<action> element from a Struts module configuration
file. |
ActionConfigMatcher | Matches paths against pre-compiled wildcard expressions pulled from action configs. |
BaseConfig | A abstract base class for all config classes. |
ConfigHelper | NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT. |
ConfigRuleSet | The set of Digester rules required to parse a Struts configuration file
(struts-config.xml ). |
ControllerConfig | A JavaBean representing the configuration information of a
<controller> element in a Struts configuration
file. |
ExceptionConfig | A JavaBean representing the configuration information of an
<exception> element from a Struts configuration
file. |
FormBeanConfig | A JavaBean representing the configuration information of a
<form-bean> element in a Struts configuration file. |
FormPropertyConfig | A JavaBean representing the configuration information of a
<form-property> element in a Struts configuration
file. |
ForwardConfig | A JavaBean representing the configuration information of a
<forward> element from a Struts configuration file. |
MessageResourcesConfig | A JavaBean representing the configuration information of a
<message-resources> element in a Struts configuration
file. |
ModuleConfigFactory | A factory interface for creating ModuleConfig s. |
PlugInConfig | A JavaBean representing the configuration information of a
<plug-in> element in a Struts configuration file. |
The "config" package contains configuration objects that correspond to
elements that may be specified in the struts-config.xml
module configuration file.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |