Class PluginsAwareViewMapping

java.lang.Object
com.atlassian.jira.web.dispatcher.PluginsAwareViewMapping
All Implemented Interfaces:
webwork.dispatcher.ViewMapping

public class PluginsAwareViewMapping extends Object implements 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
  • Constructor Details

    • PluginsAwareViewMapping

      public PluginsAwareViewMapping()
  • Method Details

    • getView

      public Object getView(String anActionName, String aViewName)
      Specified by:
      getView in interface webwork.dispatcher.ViewMapping