Package com.atlassian.bamboo.struts
Class BambooMappedAction
java.lang.Object
com.atlassian.bamboo.struts.BambooMappedAction
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
static @Nullable com.opensymphony.xwork2.config.entities.ActionConfig
getActionConfig
(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request) Can be used to determine whether request is mapped to a Struts action by whether this method returns null.static @Nullable org.apache.struts2.dispatcher.mapper.ActionMapping
getActionMapping
(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request) static @Nullable BambooMappedAction
of
(org.apache.struts2.dispatcher.Dispatcher dispatcher, Class<?> callingClass, javax.servlet.http.HttpServletRequest request)
-
Method Details
-
getActionClass
-
getActionMethod
-
getRequestServletPath
-
getActionParams
-
getActionName
-
of
public static @Nullable BambooMappedAction of(org.apache.struts2.dispatcher.Dispatcher dispatcher, Class<?> callingClass, javax.servlet.http.HttpServletRequest request) -
getActionConfig
public static @Nullable com.opensymphony.xwork2.config.entities.ActionConfig getActionConfig(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request) Can be used to determine whether request is mapped to a Struts action by whether this method returns null. -
getActionMapping
public static @Nullable org.apache.struts2.dispatcher.mapper.ActionMapping getActionMapping(org.apache.struts2.dispatcher.Dispatcher dispatcher, javax.servlet.http.HttpServletRequest request)
-