public class InterceptorRuleMeta extends Object
Constructor and Description |
---|
InterceptorRuleMeta(IWebMvc owner,
Class<? extends IInterceptorRule> targetClass,
Method targetMethod) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends IInterceptor>> |
getBeforeIntercepts() |
Map<String,String> |
getContextParams() |
String |
getMapping() |
ResponseCache |
getResponseCache() |
boolean |
isMatchAll() |
public InterceptorRuleMeta(IWebMvc owner, Class<? extends IInterceptorRule> targetClass, Method targetMethod)
public String getMapping()
public Set<Class<? extends IInterceptor>> getBeforeIntercepts()
public boolean isMatchAll()
public ResponseCache getResponseCache()
Copyright © 2022. All rights reserved.