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.clazz
The Java class to be used forModuleConfigFactory
instances.Methods in org.apache.struts.config that return ModuleConfigFactoryModifier and TypeMethodDescriptionstatic ModuleConfigFactory
ModuleConfigFactory.createFactory()
Create and return aModuleConfigFactory
instance of the appropriate class, which can be used to create customizedModuleConfig
instances. -
Uses of ModuleConfigFactory in org.apache.struts.config.impl
Subclasses of ModuleConfigFactory in org.apache.struts.config.impl