模块 org.redkale

类 HttpServlet.ActionEntry

  • 封闭类:
    HttpServlet

    protected static final class HttpServlet.ActionEntry
    extends Object
    • 构造器详细资料

      • ActionEntry

        public ActionEntry​(int moduleid,
                           int actionid,
                           String name,
                           String[] methods,
                           Method method,
                           boolean rpcOnly,
                           boolean auth,
                           int cacheSeconds,
                           HttpServlet servlet)
    • 方法详细资料

      • auth

        protected static boolean auth​(Method method)
      • rpcOnly

        protected static boolean rpcOnly​(Method method)
      • cacheSeconds

        protected static int cacheSeconds​(Method method)