Package org.apache.struts.config

The "config" package contains configuration objects that correspond to elements that may be specified in the 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 ModuleConfigs.
PlugInConfig A JavaBean representing the configuration information of a <plug-in> element in a Struts configuration file.
 

Package org.apache.struts.config Description

The "config" package contains configuration objects that correspond to elements that may be specified in the struts-config.xml module configuration file.

Config UML



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.