Class BambooMappedAction

java.lang.Object
com.atlassian.bamboo.struts.BambooMappedAction

public class BambooMappedAction extends Object
  • Method Details

    • getActionClass

      public Class<?> getActionClass()
    • getActionMethod

      public Method getActionMethod()
    • getRequestServletPath

      public String getRequestServletPath()
    • getActionParams

      public Map<String,String> getActionParams()
    • getActionName

      public String 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)