Class PluginsAwareViewMapping
java.lang.Object
com.atlassian.jira.web.dispatcher.PluginsAwareViewMapping
- All Implemented Interfaces:
webwork.dispatcher.ViewMapping
Resolves a mapping from action result code to a particular view that should be used to present the results to the end user.
It delegates the actual handling of webwork plugin module events to
PluginsAwareViewMapping.Component
This separate component is necessary because the mapping is instantiated and stored statically by
webwork's GenericDispatcher
- Since:
- v4.4
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A component that reacts to plugin events and clears the current cache of view mappings when webwork plugin module descriptors are enabled / disabled. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PluginsAwareViewMapping
public PluginsAwareViewMapping()
-
-
Method Details
-
getView
- Specified by:
getView
in interfacewebwork.dispatcher.ViewMapping
-