- java.lang.Object
-
- org.redkale.net.http.HttpServlet.ActionEntry
-
- 封闭类:
- HttpServlet
protected static final class HttpServlet.ActionEntry extends Object
-
-
构造器概要
构造器 构造器 说明 ActionEntry(int moduleid, int actionid, String name, String[] methods, Method method, boolean rpcOnly, boolean auth, int cacheSeconds, HttpServlet servlet)
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 protected static Annotation[]
annotations(Method method)
protected static boolean
auth(Method method)
protected static int
cacheSeconds(Method method)
protected static boolean
rpcOnly(Method method)
-
-
-
构造器详细资料
-
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)
-
annotations
protected static Annotation[] annotations(Method method)
-
-