类 HabitActionReporter
- java.lang.Object
-
- com.jfinal.core.ActionReporter
-
- com.up.habit.app.config.handler.HabitActionReporter
-
public class HabitActionReporter extends com.jfinal.core.ActionReporterTODO:- 作者:
- 王剑洪 on 2020/9/5 1:46
-
-
字段概要
字段 修饰符和类型 字段 说明 static charJVM_BOOLEANboolean(Z).static charJVM_BYTEbyte(B).static charJVM_CHARchar(C).static charJVM_DOUBLEdouble(D).static charJVM_FLOATfloat(F).static charJVM_INTint(I).static charJVM_LONGlong(J).static charJVM_SHORTshort(S).static charJVM_VOIDvoid(V).
-
构造器概要
构造器 构造器 说明 HabitActionReporter()
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 static java.lang.StringgetDesc(java.lang.Class<?> c)static java.lang.StringgetMethodDescWithoutName(java.lang.reflect.Method m)get method desc.voidreport(java.lang.String target, com.jfinal.core.Controller controller, com.jfinal.core.Action action)Report the action
-
-
-
字段详细资料
-
JVM_VOID
public static final char JVM_VOID
void(V).- 另请参阅:
- 常量字段值
-
JVM_BOOLEAN
public static final char JVM_BOOLEAN
boolean(Z).- 另请参阅:
- 常量字段值
-
JVM_BYTE
public static final char JVM_BYTE
byte(B).- 另请参阅:
- 常量字段值
-
JVM_CHAR
public static final char JVM_CHAR
char(C).- 另请参阅:
- 常量字段值
-
JVM_DOUBLE
public static final char JVM_DOUBLE
double(D).- 另请参阅:
- 常量字段值
-
JVM_FLOAT
public static final char JVM_FLOAT
float(F).- 另请参阅:
- 常量字段值
-
JVM_INT
public static final char JVM_INT
int(I).- 另请参阅:
- 常量字段值
-
JVM_LONG
public static final char JVM_LONG
long(J).- 另请参阅:
- 常量字段值
-
JVM_SHORT
public static final char JVM_SHORT
short(S).- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
report
public void report(java.lang.String target, com.jfinal.core.Controller controller, com.jfinal.core.Action action)Report the action- 覆盖:
report在类中com.jfinal.core.ActionReporter
-
getMethodDescWithoutName
public static java.lang.String getMethodDescWithoutName(java.lang.reflect.Method m)
get method desc. "(I)I", "()V", "(Ljava/lang/String;Z)V"- 参数:
m- method.- 返回:
- desc.
-
getDesc
public static java.lang.String getDesc(java.lang.Class<?> c)
-
-