Uses of Class
org.apache.struts.config.ControllerConfig
Packages that use ControllerConfig
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.
-
Uses of ControllerConfig in org.apache.struts.config
Methods in org.apache.struts.config that return ControllerConfigModifier and TypeMethodDescriptionModuleConfig.getControllerConfig()
The controller configuration object for this module.Methods in org.apache.struts.config with parameters of type ControllerConfigModifier and TypeMethodDescriptionvoid
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 ControllerConfigModifier and TypeFieldDescriptionprotected ControllerConfig
ModuleConfigImpl.controllerConfig
The controller configuration object for this module.Methods in org.apache.struts.config.impl that return ControllerConfigModifier and TypeMethodDescriptionModuleConfigImpl.getControllerConfig()
The controller configuration object for this module.Methods in org.apache.struts.config.impl with parameters of type ControllerConfigModifier and TypeMethodDescriptionvoid
ModuleConfigImpl.setControllerConfig
(ControllerConfig cc) The controller configuration object for this module.