com.atlassian.jira.config.webwork
Class WebworkConfigurator
java.lang.Object
   com.atlassian.jira.config.webwork.WebworkConfigurator
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
 
 
| 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 | 
 
WebworkConfigurator
public WebworkConfigurator(ClassLoader applicationClassLoader,
                           com.atlassian.plugin.event.PluginEventManager pluginEventManager)
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:
- startin interface- Startable
 
- 
- Throws:
- Exception- Allows implementations to throw an Exception.
 
setupConfiguration
public static void setupConfiguration()
- 
 
- 
 
Copyright © 2002-2014 Atlassian. All Rights Reserved.