Class WebworkConfigurator
java.lang.Object
com.atlassian.jira.config.webwork.WebworkConfigurator
- All Implemented Interfaces:
Startable
Provides a way for JIRA to configure Webwork to lookup action classes by setting the
TypeResolver.- Since:
- v3.13
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classThis listener ensures that we don't leave any stale action configuration when webwork action plugin modules are disabled or enabled. -
Constructor Summary
ConstructorsConstructorDescriptionWebworkConfigurator(WebworkClassLoaderSupplier classLoaderSupplier, com.atlassian.plugin.event.PluginEventManager pluginEventManager) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidstart()This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
-
Constructor Details
-
WebworkConfigurator
public WebworkConfigurator(WebworkClassLoaderSupplier classLoaderSupplier, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
-
-
Method Details
-
start
Description copied from interface:StartableThis method will be called after the plugin system is fully initialised and all components added to the dependency injection framework. -
setupConfiguration
public static void setupConfiguration()
-