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 TypeMethodDescriptionvoidModuleConfig.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 ControllerConfigModuleConfigImpl.controllerConfigThe 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 TypeMethodDescriptionvoidModuleConfigImpl.setControllerConfig(ControllerConfig cc) The controller configuration object for this module.