|
DLESE Tools v1.6.0 |
||||||||
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.dlese.dpc.schemedit.struts.MyModuleConfig
public class MyModuleConfig
The collection of static configuration information that describes a Struts-based module. Multiple modules are identified by a prefix at the beginning of the context relative portion of the request URI. If no module 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 module.
Field Summary |
---|
Fields inherited from class org.apache.struts.config.impl.ModuleConfigImpl |
---|
actionConfigList, actionConfigs, actionFormBeanClass, actionForwardClass, actionMappingClass, configured, controllerConfig, dataSources, exceptions, formBeans, forwards, matcher, messageResources, plugIns, prefix |
Constructor Summary | |
---|---|
MyModuleConfig(String prefix)
Construct an ModuleConfigImpl object according to the specified parameter values. |
Method Summary |
---|
Methods inherited from class org.apache.struts.config.impl.ModuleConfigImpl |
---|
addActionConfig, addDataSourceConfig, addExceptionConfig, addFormBeanConfig, addForwardConfig, addMessageResourcesConfig, addPlugInConfig, findActionConfig, findActionConfigs, findDataSourceConfig, findDataSourceConfigs, findExceptionConfig, findExceptionConfigs, findFormBeanConfig, findFormBeanConfigs, findForwardConfig, findForwardConfigs, findMessageResourcesConfig, findMessageResourcesConfigs, findPlugInConfigs, freeze, getActionFormBeanClass, getActionForwardClass, getActionMappingClass, getConfigured, getControllerConfig, getPrefix, removeActionConfig, removeDataSourceConfig, removeExceptionConfig, removeFormBeanConfig, removeForwardConfig, removeMessageResourcesConfig, setActionFormBeanClass, setActionForwardClass, setActionMappingClass, setControllerConfig, setPrefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MyModuleConfig(String prefix)
prefix
- Context-relative URI prefix for this module
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |