|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControllerConfig | |
---|---|
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 ControllerConfig in org.apache.struts.config |
---|
Methods in org.apache.struts.config that return ControllerConfig | |
---|---|
ControllerConfig |
ModuleConfig.getControllerConfig()
The controller configuration object for this module. |
Methods in org.apache.struts.config with parameters of type ControllerConfig | |
---|---|
void |
ModuleConfig.setControllerConfig(ControllerConfig cc)
The controller configuration object for this module. |
Uses of ControllerConfig in org.apache.struts.config.impl |
---|
Fields in org.apache.struts.config.impl declared as ControllerConfig | |
---|---|
protected ControllerConfig |
ModuleConfigImpl.controllerConfig
The controller configuration object for this module. |
Methods in org.apache.struts.config.impl that return ControllerConfig | |
---|---|
ControllerConfig |
ModuleConfigImpl.getControllerConfig()
The controller configuration object for this module. |
Methods in org.apache.struts.config.impl with parameters of type ControllerConfig | |
---|---|
void |
ModuleConfigImpl.setControllerConfig(ControllerConfig cc)
The controller configuration object for this module. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |