com.atlassian.jira.web.dispatcher
Class PluginsAwareViewMapping.Component

java.lang.Object
  extended by com.atlassian.jira.web.dispatcher.PluginsAwareViewMapping.Component
All Implemented Interfaces:
webwork.dispatcher.ViewMapping
Enclosing class:
PluginsAwareViewMapping

public static class PluginsAwareViewMapping.Component
extends Object
implements webwork.dispatcher.ViewMapping

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
PluginsAwareViewMapping.Component()
           
 
Method Summary
 Object getView(String anActionName, String aViewName)
           
 void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginsAwareViewMapping.Component

public PluginsAwareViewMapping.Component()
Method Detail

getView

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

onPluginModuleDisabled

@EventListener
public void onPluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)


Copyright © 2002-2014 Atlassian. All Rights Reserved.