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 Contains the new ComposableRequestProcessor which was introduced in Struts 1.3. 
org.apache.struts.chain.commands Configurable commands that may be placed within the request processor. 
org.apache.struts.chain.commands.servlet Commands which are particular to servlet processing. 
org.apache.struts.chain.contexts This package provides objects that encapsulate access to the request and session-scoped resources to service command processing. 
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 Provides default implementation classes for the configuration objects. 
org.apache.struts.faces.application   
org.apache.struts.faces.component   
org.apache.struts.faces.util   
org.apache.struts.mock Mock objects of the Struts Framework. 
org.apache.struts.plugins   
org.apache.struts.taglib   
org.apache.struts.taglib.html The "struts-html" tag library contains JSP custom tags useful in creating dynamic HTML user interfaces, including input forms. 
org.apache.struts.tiles
The Tiles taglib and framework allows building web pages by assembling reusable pieces of pages, called Tiles. 
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.faces.application
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.faces.component
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

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

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.plugins
ModuleConfig
          The collection of static configuration information that describes a Struts-based module.
 

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

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

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



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