Uses of Class
org.apache.struts.config.ModuleConfigFactory
Packages that use ModuleConfigFactory
Package
Description
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file.Provides default implementation classes for the
configuration objects.
-
Uses of ModuleConfigFactory in org.apache.struts.config
Fields in org.apache.struts.config with type parameters of type ModuleConfigFactoryModifier and TypeFieldDescriptionprotected static Class<? extends ModuleConfigFactory> ModuleConfigFactory.clazzThe Java class to be used forModuleConfigFactoryinstances.Methods in org.apache.struts.config that return ModuleConfigFactoryModifier and TypeMethodDescriptionstatic ModuleConfigFactoryModuleConfigFactory.createFactory()Create and return aModuleConfigFactoryinstance of the appropriate class, which can be used to create customizedModuleConfiginstances. -
Uses of ModuleConfigFactory in org.apache.struts.config.impl
Subclasses of ModuleConfigFactory in org.apache.struts.config.impl