public class RequestMethodLimitInterceptor extends Object implements com.jfinal.aop.Interceptor
| 限定符和类型 | 字段和说明 |
|---|---|
private Set<String> |
supportMethods |
| 构造器和说明 |
|---|
RequestMethodLimitInterceptor(Set<String> supportMethods) |
private final Set<String> supportMethods
public RequestMethodLimitInterceptor(Set<String> supportMethods)
public void intercept(com.jfinal.aop.Invocation inv)
intercept 在接口中 com.jfinal.aop.InterceptorCopyright © 2024. All rights reserved.