Uses of Class
org.apache.struts2.config.ConfigurationManager
Packages that use ConfigurationManager
Package
Description
Main XWork interfaces and classes.
This package contains a reimagining of the traditional Struts filter dispatchers.
XWork util classes.
-
Uses of ConfigurationManager in org.apache.struts2
Fields in org.apache.struts2 declared as ConfigurationManagerModifier and TypeFieldDescriptionprotected ConfigurationManager
XWorkJUnit4TestCase.configurationManager
protected ConfigurationManager
XWorkTestCase.configurationManager
-
Uses of ConfigurationManager in org.apache.struts2.dispatcher
Fields in org.apache.struts2.dispatcher declared as ConfigurationManagerModifier and TypeFieldDescriptionprotected ConfigurationManager
Dispatcher.configurationManager
Store ConfigurationManager instance, set on init.Methods in org.apache.struts2.dispatcher that return ConfigurationManagerModifier and TypeMethodDescriptionprotected ConfigurationManager
Dispatcher.createConfigurationManager
(String name) Dispatcher.getConfigurationManager()
Expose the ConfigurationManager instance.Constructors in org.apache.struts2.dispatcher with parameters of type ConfigurationManagerModifierConstructorDescriptionMockDispatcher
(jakarta.servlet.ServletContext servletContext, Map<String, String> context, ConfigurationManager configurationManager) -
Uses of ConfigurationManager in org.apache.struts2.dispatcher.mapper
Methods in org.apache.struts2.dispatcher.mapper with parameters of type ConfigurationManagerModifier and TypeMethodDescriptionprotected void
DefaultActionMapper.extractMethodName
(ActionMapping mapping, ConfigurationManager configurationManager) Reads defined method name for a given action from configurationActionMapper.getMapping
(jakarta.servlet.http.HttpServletRequest request, ConfigurationManager configManager) Expose the ActionMapping for the current requestCompositeActionMapper.getMapping
(jakarta.servlet.http.HttpServletRequest request, ConfigurationManager configManager) DefaultActionMapper.getMapping
(jakarta.servlet.http.HttpServletRequest request, ConfigurationManager configManager) PrefixBasedActionMapper.getMapping
(jakarta.servlet.http.HttpServletRequest request, ConfigurationManager configManager) Restful2ActionMapper.getMapping
(jakarta.servlet.http.HttpServletRequest request, ConfigurationManager configManager) RestfulActionMapper.getMapping
(jakarta.servlet.http.HttpServletRequest request, ConfigurationManager configManager) protected void
DefaultActionMapper.parseNameAndNamespace
(String uri, ActionMapping mapping, ConfigurationManager configManager) Parses the name and namespace from the uri -
Uses of ConfigurationManager in org.apache.struts2.util
Methods in org.apache.struts2.util that return ConfigurationManagerModifier and TypeMethodDescriptionstatic ConfigurationManager
XWorkTestCaseHelper.loadConfigurationProviders
(ConfigurationManager configurationManager, ConfigurationProvider... providers) static ConfigurationManager
XWorkTestCaseHelper.setUp()
Methods in org.apache.struts2.util with parameters of type ConfigurationManagerModifier and TypeMethodDescriptionstatic ConfigurationManager
XWorkTestCaseHelper.loadConfigurationProviders
(ConfigurationManager configurationManager, ConfigurationProvider... providers) static void
XWorkTestCaseHelper.tearDown
(ConfigurationManager configurationManager)