|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlugInConfig | |
---|---|
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. |
Uses of PlugInConfig in org.apache.struts.config |
---|
Methods in org.apache.struts.config that return PlugInConfig | |
---|---|
PlugInConfig[] |
ModuleConfig.findPlugInConfigs()
Return the configured plug-in actions for this module. |
Methods in org.apache.struts.config with parameters of type PlugInConfig | |
---|---|
void |
ModuleConfig.addPlugInConfig(PlugInConfig plugInConfig)
Add a newly configured PlugInConfig instance to the set of
plug-in Actions for this module. |
Uses of PlugInConfig in org.apache.struts.config.impl |
---|
Methods in org.apache.struts.config.impl that return PlugInConfig | |
---|---|
PlugInConfig[] |
ModuleConfigImpl.findPlugInConfigs()
Return the configured plug-in actions for this module. |
Methods in org.apache.struts.config.impl with parameters of type PlugInConfig | |
---|---|
void |
ModuleConfigImpl.addPlugInConfig(PlugInConfig plugInConfig)
Add a newly configured PlugInConfig
instance to the set of plug-in Actions for this module. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |