Uses of Class
org.apache.struts.config.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
Modifier and TypeFieldDescriptionprotected static Class
<? extends ModuleConfigFactory> ModuleConfigFactory.clazz
The Java class to be used forModuleConfigFactory
instances.Modifier 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