Package | Description |
---|---|
org.apache.struts.config |
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file. |
org.apache.struts.config.impl |
Provides default implementation classes for the configuration objects.
|
org.apache.struts.tiles |
The Tiles taglib and framework allows building web pages by assembling reusable
pieces of pages, called Tiles.
|
Modifier and Type | Method and Description |
---|---|
PlugInConfig[] |
ModuleConfig.findPlugInConfigs()
Return the configured plug-in actions for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfig.addPlugInConfig(PlugInConfig plugInConfig)
Add a newly configured
PlugInConfig instance to the set of
plug-in Actions for this module. |
Modifier and Type | Method and Description |
---|---|
PlugInConfig[] |
ModuleConfigImpl.findPlugInConfigs()
Return the configured plug-in actions for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfigImpl.addPlugInConfig(PlugInConfig plugInConfig)
Add a newly configured
PlugInConfig
instance to the set of plug-in Actions for this module. |
Modifier and Type | Field and Description |
---|---|
protected PlugInConfig |
TilesPlugin.currentPlugInConfigObject
The plugin config object provided by the ActionServlet initializing
this plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
TilesPlugin.setCurrentPlugInConfigObject(PlugInConfig plugInConfigObject)
Method used by the ActionServlet initializing this plugin.
|
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.