static class Interceptors.InterceptorWarpper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private com.jfinal.aop.Interceptor |
interceptor |
private int |
weight |
| 构造器和说明 |
|---|
InterceptorWarpper(com.jfinal.aop.Interceptor interceptor,
int weight) |
private com.jfinal.aop.Interceptor interceptor
private int weight
public InterceptorWarpper(com.jfinal.aop.Interceptor interceptor, int weight)
public com.jfinal.aop.Interceptor getInterceptor()
public void setInterceptor(com.jfinal.aop.Interceptor interceptor)
public int getWeight()
public void setWeight(int weight)
Copyright © 2024. All rights reserved.