Class WebworkConfigurator

java.lang.Object
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
  • Constructor Details

    • WebworkConfigurator

      public WebworkConfigurator(WebworkClassLoaderSupplier classLoaderSupplier, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
  • Method Details

    • start

      public void start() throws Exception
      Description copied from interface: Startable
      This method will 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()