| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--org.apache.struts.config.impl.ModuleConfigImpl
        |
        +--org.apache.struts.config.ApplicationConfig
The collection of static configuration information that describes a Struts-based application module. Multiple application modules are identified by a prefix at the beginning of the context relative portion of the request URI. If no application prefix can be matched, the default configuration (with a prefix equal to a zero-length string) is selected, which is elegantly backwards compatible with the previous Struts behavior that only supported one application.
| Field Summary | 
| Fields inherited from class org.apache.struts.config.impl.ModuleConfigImpl | 
actionConfigs, actionMappingClass, configured, controllerConfig, dataSources, exceptions, formBeans, forwards, messageResources, plugIns, prefix | 
| Constructor Summary | |
ApplicationConfig(ModuleConfigImpl moduleConfig)
Deprecated. Only used while we are deprecating ApplicationConfig to insure maximum compatability.  | 
|
ApplicationConfig(java.lang.String prefix)
Deprecated. Construct an ApplicationConfig object according to the specified parameter values.  | 
|
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public ApplicationConfig(java.lang.String prefix)
prefix - Context-relative URI prefix for this modulepublic ApplicationConfig(ModuleConfigImpl moduleConfig)
moduleConfig - 
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||