Uses of Class
com.opensymphony.xwork2.config.ConfigurationManager

Packages that use ConfigurationManager
com.opensymphony.xwork2 Main XWork interfaces and classes. 
com.opensymphony.xwork2.util XWork util classes. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
 

Uses of ConfigurationManager in com.opensymphony.xwork2
 

Fields in com.opensymphony.xwork2 declared as ConfigurationManager
protected  ConfigurationManager TestNGXWorkTestCase.configurationManager
           
(package private)  ConfigurationManager XWork.configurationManager
           
protected  ConfigurationManager XWorkTestCase.configurationManager
           
 

Constructors in com.opensymphony.xwork2 with parameters of type ConfigurationManager
XWork(ConfigurationManager mgr)
           
 

Uses of ConfigurationManager in com.opensymphony.xwork2.util
 

Methods in com.opensymphony.xwork2.util that return ConfigurationManager
static ConfigurationManager XWorkTestCaseHelper.loadConfigurationProviders(ConfigurationManager configurationManager, ConfigurationProvider... providers)
           
static ConfigurationManager XWorkTestCaseHelper.setUp()
           
 

Methods in com.opensymphony.xwork2.util with parameters of type ConfigurationManager
static ConfigurationManager XWorkTestCaseHelper.loadConfigurationProviders(ConfigurationManager configurationManager, ConfigurationProvider... providers)
           
static void XWorkTestCaseHelper.tearDown(ConfigurationManager configurationManager)
           
 

Uses of ConfigurationManager in org.apache.struts2.dispatcher
 

Fields in org.apache.struts2.dispatcher declared as ConfigurationManager
private  ConfigurationManager Dispatcher.configurationManager
          Store ConfigurationManager instance, set on init.
 

Methods in org.apache.struts2.dispatcher that return ConfigurationManager
 ConfigurationManager Dispatcher.getConfigurationManager()
          Expose the ConfigurationManager instance.
 

Methods in org.apache.struts2.dispatcher with parameters of type ConfigurationManager
 void Dispatcher.setConfigurationManager(ConfigurationManager mgr)
          Modify the ConfigurationManager instance
 

Uses of ConfigurationManager in org.apache.struts2.dispatcher.mapper
 

Methods in org.apache.struts2.dispatcher.mapper with parameters of type ConfigurationManager
 ActionMapping Restful2ActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping CompositeActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping DefaultActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping RestfulActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
           
 ActionMapping ActionMapper.getMapping(HttpServletRequest request, ConfigurationManager configManager)
          Expose the ActionMapping for the current request
protected  void DefaultActionMapper.parseNameAndNamespace(String uri, ActionMapping mapping, ConfigurationManager configManager)
          Parses the name and namespace from the uri
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.