com.atlassian.jira.config.webwork
Class WebworkConfigurator

java.lang.Object
  extended by com.atlassian.jira.config.webwork.WebworkConfigurator
All Implemented Interfaces:
Startable

public class WebworkConfigurator
extends Object
implements Startable

Provides a way for JIRA to configure Webwork to lookup action classes by setting the TypeResolver.

Since:
v3.13

Nested Class Summary
 class WebworkConfigurator.ActionConfigResetListener
          This listener ensures that we don't leave any stale action configuration when webwork action plugin modules are disabled or enabled.
 
Constructor Summary
WebworkConfigurator(ClassLoader applicationClassLoader, PluginsEventPublisher eventPublisher)
           
 
Method Summary
static void setupConfiguration()
           
 void start()
          This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebworkConfigurator

public WebworkConfigurator(ClassLoader applicationClassLoader,
                           PluginsEventPublisher eventPublisher)
Method Detail

start

public void start()
           throws Exception
Description copied from interface: Startable
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Specified by:
start in interface Startable
Throws:
Exception - Allows implementations to throw an Exception.

setupConfiguration

public static void setupConfiguration()


Copyright © 2002-2013 Atlassian. All Rights Reserved.