Uses of Class
org.apache.struts.config.ModuleConfigFactory

Packages that use ModuleConfigFactory
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. 
 

Uses of ModuleConfigFactory in org.apache.struts.config
 

Methods in org.apache.struts.config that return ModuleConfigFactory
static ModuleConfigFactory ModuleConfigFactory.createFactory()
          Create and return a ModuleConfigFactory instance of the appropriate class, which can be used to create customized ModuleConfig instances.
 

Uses of ModuleConfigFactory in org.apache.struts.config.impl
 

Subclasses of ModuleConfigFactory in org.apache.struts.config.impl
 class DefaultModuleConfigFactory
          A factory for creating ModuleConfig instances.
 



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