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.
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
-
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. -
Uses of PlugInConfig in org.apache.struts.tiles
Fields in org.apache.struts.tiles declared as PlugInConfigModifier and TypeFieldDescriptionprotected PlugInConfig
TilesPlugin.currentPlugInConfigObject
The plugin config object provided by the ActionServlet initializing this plugin.Methods in org.apache.struts.tiles with parameters of type PlugInConfigModifier and TypeMethodDescriptionvoid
TilesPlugin.setCurrentPlugInConfigObject
(PlugInConfig plugInConfigObject) Method used by the ActionServlet initializing this plugin. -
Uses of PlugInConfig in org.apache.struts.tiles2
Fields in org.apache.struts.tiles2 declared as PlugInConfigModifier and TypeFieldDescriptionprotected PlugInConfig
TilesPlugin.currentPlugInConfigObject
The plugin config object provided by the ActionServlet initializing this plugin.Methods in org.apache.struts.tiles2 with parameters of type PlugInConfigModifier and TypeMethodDescriptionvoid
TilesPlugin.setCurrentPlugInConfigObject
(PlugInConfig plugInConfigObject) Method used by the ActionServlet initializing this plugin. -
Uses of PlugInConfig in org.apache.struts.tiles2.util
Methods in org.apache.struts.tiles2.util that return PlugInConfigModifier and TypeMethodDescriptionPlugInConfigContextAdapter.getPlugInConfigObject()
Returns the internal plugin config object.Constructors in org.apache.struts.tiles2.util with parameters of type PlugInConfigModifierConstructorDescriptionPlugInConfigContextAdapter
(PlugInConfig plugInConfigObject, ServletContext servletContext) Constructor.