public class

WebworkConfigurator

extends Object
implements Startable
java.lang.Object
   ↳ com.atlassian.jira.config.webwork.WebworkConfigurator

Class Overview

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

Summary

Nested Classes
class WebworkConfigurator.ActionConfigResetListener This listener ensures that we don't leave any stale action configuration when webwork action plugin modules are disabled or enabled. 
Public Constructors
WebworkConfigurator(ClassLoader applicationClassLoader, PluginEventManager pluginEventManager)
Public Methods
static void setupConfiguration()
void start()
This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.extension.Startable

Public Constructors

public WebworkConfigurator (ClassLoader applicationClassLoader, PluginEventManager pluginEventManager)

Public Methods

public static void setupConfiguration ()

public void start ()

This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Throws
Exception