Package | Description |
---|---|
com.opensymphony.xwork2 |
Main XWork interfaces and classes.
|
com.opensymphony.xwork2.util |
XWork util classes.
|
org.apache.struts2.dispatcher |
This package contains a reimagining of the traditional Struts filter dispatchers.
|
org.apache.struts2.dispatcher.mapper |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationManager |
TestNGXWorkTestCase.configurationManager |
protected ConfigurationManager |
XWorkJUnit4TestCase.configurationManager |
protected ConfigurationManager |
XWorkTestCase.configurationManager |
Modifier and Type | Method and Description |
---|---|
static ConfigurationManager |
XWorkTestCaseHelper.loadConfigurationProviders(ConfigurationManager configurationManager,
ConfigurationProvider... providers) |
static ConfigurationManager |
XWorkTestCaseHelper.setUp() |
Modifier and Type | Method and Description |
---|---|
static ConfigurationManager |
XWorkTestCaseHelper.loadConfigurationProviders(ConfigurationManager configurationManager,
ConfigurationProvider... providers) |
static void |
XWorkTestCaseHelper.tearDown(ConfigurationManager configurationManager) |
Modifier and Type | Field and Description |
---|---|
protected ConfigurationManager |
Dispatcher.configurationManager
Store ConfigurationManager instance, set on init.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurationManager |
Dispatcher.createConfigurationManager(String name) |
ConfigurationManager |
Dispatcher.getConfigurationManager()
Expose the ConfigurationManager instance.
|
Constructor and Description |
---|
MockDispatcher(javax.servlet.ServletContext servletContext,
Map<String,String> context,
ConfigurationManager configurationManager) |
Modifier and Type | Method and Description |
---|---|
ActionMapping |
RestfulActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager) |
ActionMapping |
PrefixBasedActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager) |
ActionMapping |
Restful2ActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager) |
ActionMapping |
ActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager)
Expose the ActionMapping for the current request
|
ActionMapping |
DefaultActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager) |
ActionMapping |
CompositeActionMapper.getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager) |
protected void |
DefaultActionMapper.parseNameAndNamespace(String uri,
ActionMapping mapping,
ConfigurationManager configManager)
Parses the name and namespace from the uri
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.