public class

PluginsAwareViewMapping

extends Object
implements ViewMapping
java.lang.Object
   ↳ com.atlassian.jira.web.dispatcher.PluginsAwareViewMapping

Class Overview

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 webwork.dispatcher.GenericDispatcher

Summary

Nested Classes
class PluginsAwareViewMapping.Component A component that reacts to plugin events and clears the current cache of view mappings when webwork plugin module descriptors are enabled / disabled. 
Public Constructors
PluginsAwareViewMapping()
Public Methods
Object getView(String anActionName, String aViewName)
[Expand]
Inherited Methods
From class java.lang.Object
From interface webwork.dispatcher.ViewMapping

Public Constructors

public PluginsAwareViewMapping ()

Public Methods

public Object getView (String anActionName, String aViewName)