Uses of Package
org.apache.struts.config

Packages that use org.apache.struts.config
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
org.apache.struts.chain   
org.apache.struts.chain.commands   
org.apache.struts.chain.commands.servlet   
org.apache.struts.chain.contexts   
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. 
org.apache.struts.config.impl   
org.apache.struts.mock   
org.apache.struts.upload The upload package facilities to upload files using multi-part requests. 
org.apache.struts.util The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. 
org.apache.struts.validator The validator package provides a series of classes to validate ActionForm type of input. 
 

Classes in org.apache.struts.config used by org.apache.struts.action
ActionConfig
          A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
BaseConfig
           A abstract base class for all config classes.
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.
ForwardConfig
          A JavaBean representing the configuration information of a <forward> element from a Struts configuration file.
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.chain
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.chain.commands
ActionConfig
          A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
ExceptionConfig
          A JavaBean representing the configuration information of an <exception> element from a Struts configuration file.
ForwardConfig
          A JavaBean representing the configuration information of a <forward> element from a Struts configuration file.
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.chain.commands.servlet
ActionConfig
          A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
ForwardConfig
          A JavaBean representing the configuration information of a <forward> element from a Struts configuration file.
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.chain.contexts
ActionConfig
          A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
ForwardConfig
          A JavaBean representing the configuration information of a <forward> element from a Struts configuration file.
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.config
ActionConfig
          A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
BaseConfig
           A abstract base class for all config classes.
ConfigHelperInterface
           NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
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.
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
ModuleConfigFactory
          A factory interface for creating ModuleConfigs.
PlugInConfig
          A JavaBean representing the configuration information of a <plug-in> element in a Struts configuration file.
 

Classes in org.apache.struts.config used by org.apache.struts.config.impl
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.
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.
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.
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
ModuleConfigFactory
          A factory interface for creating ModuleConfigs.
PlugInConfig
          A JavaBean representing the configuration information of a <plug-in> element in a Struts configuration file.
 

Classes in org.apache.struts.config used by org.apache.struts.mock
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.upload
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.util
ActionConfig
          A JavaBean representing the configuration information of an <action> element from a Struts module configuration file.
FormBeanConfig
          A JavaBean representing the configuration information of a <form-bean> 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.
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

Classes in org.apache.struts.config used by org.apache.struts.validator
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 



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