Uses of Class
org.apache.struts.config.PlugInConfig
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 PlugInConfig in org.apache.struts.config
Modifier and TypeMethodDescriptionModuleConfig.findPlugInConfigs()
Return the configured plug-in actions for this module.Modifier and TypeMethodDescriptionvoid
ModuleConfig.addPlugInConfig
(PlugInConfig plugInConfig) Add a newly configuredPlugInConfig
instance to the set of plug-in Actions for this module. -
Uses of PlugInConfig in org.apache.struts.config.impl
Modifier and TypeFieldDescriptionprotected ArrayList
<PlugInConfig> ModuleConfigImpl.plugIns
The set of configured plug-in Actions for this module, if any, in the order they were declared and configured.Modifier and TypeMethodDescriptionModuleConfigImpl.findPlugInConfigs()
Return the configured plug-in actions for this module.Modifier and TypeMethodDescriptionvoid
ModuleConfigImpl.addPlugInConfig
(PlugInConfig plugInConfig) Add a newly configuredPlugInConfig
instance to the set of plug-in Actions for this module.