Uses of Class
org.apache.struts.config.PlugInConfig
Packages that use 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
Methods in org.apache.struts.config that return PlugInConfigModifier and TypeMethodDescriptionModuleConfig.findPlugInConfigs()
Return the configured plug-in actions for this module.Methods in org.apache.struts.config with parameters of type PlugInConfigModifier 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
Fields in org.apache.struts.config.impl with type parameters of type PlugInConfigModifier 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.Methods in org.apache.struts.config.impl that return PlugInConfigModifier and TypeMethodDescriptionModuleConfigImpl.findPlugInConfigs()
Return the configured plug-in actions for this module.Methods in org.apache.struts.config.impl with parameters of type PlugInConfigModifier and TypeMethodDescriptionvoid
ModuleConfigImpl.addPlugInConfig
(PlugInConfig plugInConfig) Add a newly configuredPlugInConfig
instance to the set of plug-in Actions for this module.