Class MappedAction


  • public class MappedAction
    extends Object
    • Method Detail

      • getActionClass

        public Class<?> getActionClass()
      • getActionMethod

        public Method getActionMethod()
      • getRequestServletPath

        public String getRequestServletPath()
      • getActionName

        public String getActionName()
      • of

        public static @Nullable MappedAction of​(org.apache.struts2.dispatcher.Dispatcher dispatcher,
                                                ClassLoader classLoader,
                                                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.