Package com.atlassian.bamboo.webwork
Class StrutsSupport
java.lang.Object
com.atlassian.bamboo.webwork.StrutsSupport
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Dispatchers
static void
static void
Deprecated.don't use it unless you really have to.static void
setContainer
(com.opensymphony.xwork2.inject.Container container)
-
Field Details
-
LEGACY_STRUTS_MULTIPART_SAVEDIR
- See Also:
-
STRUTS_MULTIPART_SAVEDIR
- See Also:
-
-
Method Details
-
initialise
public static void initialise() -
getDispatchers
-
setContainer
public static void setContainer(com.opensymphony.xwork2.inject.Container container) -
inject
Deprecated.don't use it unless you really have to. Prefer @Inject annotations
-