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,
                                                javax.servlet.http.HttpServletResponse response)