Apache Struts API Documentation: Uses of Class org.apache.struts.config.ControllerConfig

Apache Struts API


Uses of Class
org.apache.struts.config.ControllerConfig

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   
 

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.
 



Copyright © 2000-2005 - The Apache Software Foundation