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.
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
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. -
Uses of PlugInConfig in org.apache.struts.tiles
Modifier and TypeFieldDescriptionprotected PlugInConfig
TilesPlugin.currentPlugInConfigObject
The plugin config object provided by the ActionServlet initializing this plugin.Modifier and TypeMethodDescriptionvoid
TilesPlugin.setCurrentPlugInConfigObject
(PlugInConfig plugInConfigObject) Method used by the ActionServlet initializing this plugin. -
Uses of PlugInConfig in org.apache.struts.tiles2
Modifier and TypeFieldDescriptionprotected PlugInConfig
TilesPlugin.currentPlugInConfigObject
The plugin config object provided by the ActionServlet initializing this plugin.Modifier and TypeMethodDescriptionvoid
TilesPlugin.setCurrentPlugInConfigObject
(PlugInConfig plugInConfigObject) Method used by the ActionServlet initializing this plugin. -
Uses of PlugInConfig in org.apache.struts.tiles2.util
Modifier and TypeMethodDescriptionPlugInConfigContextAdapter.getPlugInConfigObject()
Returns the internal plugin config object.ModifierConstructorDescriptionPlugInConfigContextAdapter
(PlugInConfig plugInConfigObject, ServletContext servletContext) Constructor.