Apache Struts API Documentation: Uses of Package org.apache.struts.config

Apache Struts API


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.actions The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. 
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.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.
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.actions
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.
ActionConfigMatcher
          Matches paths against pre-compiled wildcard expressions pulled from action configs.
ConfigHelperInterface
          NOTE: THIS CLASS IS UNDER ACTIVE DEVELOPMENT.
ControllerConfig
          A JavaBean representing the configuration information of a <controller> element in a Struts configuration file.
DataSourceConfig
          A JavaBean representing the configuration information of a <data-source> element from 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.
ControllerConfig
          A JavaBean representing the configuration information of a <controller> element in a Struts configuration file.
DataSourceConfig
          A JavaBean representing the configuration information of a <data-source> element from 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.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.
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-2005 - The Apache Software Foundation