Class StrutsSupport

java.lang.Object
com.atlassian.bamboo.webwork.StrutsSupport

public class StrutsSupport extends Object
This class keeps track of all dispatchers instantiated in Struts and offers them to the rest of the system. This allows useful things, such as refreshing the whole struts configuration (StrutsSupport.getDispatchers().reload()), which reloads action configurations (for example, when a plugin is installed).
  • Field Details

  • Method Details

    • initialise

      public static void initialise()
    • getDispatchers

      public static Dispatchers getDispatchers()
    • setContainer

      public static void setContainer(com.opensymphony.xwork2.inject.Container container)
    • inject

      @Deprecated public static void inject(Object o)
      Deprecated.
      don't use it unless you really have to. Prefer @Inject annotations