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.
|
Modifier and Type | Method and Description |
---|---|
ControllerConfig |
ModuleConfig.getControllerConfig()
The controller configuration object for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfig.setControllerConfig(ControllerConfig cc)
The controller configuration object for this module.
|
Modifier and Type | Field and Description |
---|---|
protected ControllerConfig |
ModuleConfigImpl.controllerConfig
The controller configuration object for this module.
|
Modifier and Type | Method and Description |
---|---|
ControllerConfig |
ModuleConfigImpl.getControllerConfig()
The controller configuration object for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleConfigImpl.setControllerConfig(ControllerConfig cc)
The controller configuration object for this module.
|
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.