public static class

PluginsAwareViewMapping.Component

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

Class Overview

A component that reacts to plugin events and clears the current cache of view mappings when webwork plugin module descriptors are enabled / disabled.

Summary

Public Constructors
Component()
Public Methods
Object getView(String anActionName, String aViewName)
@EventListener void onPluginModuleDisabled(PluginModuleDisabledEvent event)
[Expand]
Inherited Methods
From class java.lang.Object
From interface webwork.dispatcher.ViewMapping

Public Constructors

public Component ()

Public Methods

public Object getView (String anActionName, String aViewName)

@EventListener public void onPluginModuleDisabled (PluginModuleDisabledEvent event)