|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
protected ConfigurationManager |
XWorkTestCase.configurationManager
|
| 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 |
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 |
ActionMapping |
Restful2ActionMapper.getMapping(HttpServletRequest request,
ConfigurationManager configManager)
|
ActionMapping |
CompositeActionMapper.getMapping(HttpServletRequest request,
ConfigurationManager configManager)
|
(package private) void |
DefaultActionMapper.parseNameAndNamespace(String uri,
ActionMapping mapping,
ConfigurationManager configManager)
Parses the name and namespace from the uri |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||