|
|||||||||
| Home >> All >> org >> apache >> struts >> config >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.struts.config.impl
Class DefaultModuleConfigFactory

java.lang.Objectorg.apache.struts.config.ModuleConfigFactory
org.apache.struts.config.impl.DefaultModuleConfigFactory
- All Implemented Interfaces:
- java.io.Serializable
- public class DefaultModuleConfigFactory
- extends org.apache.struts.config.ModuleConfigFactory
- implements java.io.Serializable
- extends org.apache.struts.config.ModuleConfigFactory
A factory for creating org.apache.struts.config.ModuleConfig instances.
- Version:
- $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
| Field Summary |
| Fields inherited from class org.apache.struts.config.ModuleConfigFactory |
clazz, factoryClass |
| Constructor Summary | |
DefaultModuleConfigFactory()
|
|
| Method Summary | |
org.apache.struts.config.ModuleConfig |
createModuleConfig(java.lang.String prefix)
Create and return a newly instansiated org.apache.struts.config.ModuleConfig. |
| Methods inherited from class org.apache.struts.config.ModuleConfigFactory |
createFactory, getFactoryClass, setFactoryClass |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DefaultModuleConfigFactory
public DefaultModuleConfigFactory()
| Method Detail |
createModuleConfig
public org.apache.struts.config.ModuleConfig createModuleConfig(java.lang.String prefix)
- Create and return a newly instansiated org.apache.struts.config.ModuleConfig.
This method must be implemented by concrete subclasses.
|
|||||||||
| Home >> All >> org >> apache >> struts >> config >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC