@Ignored public interface IInterceptorRuleProcessor extends IInitialization<IWebMvc>
Modifier and Type | Method and Description |
---|---|
PairObject<IView,ResponseCache> |
processRequest(IWebMvc owner,
IRequestContext requestContext)
处理请求执行拦截规则
|
void |
registerInterceptorRule(Class<? extends IInterceptorRule> targetClass)
注册拦截器规则配置
|
initialize, isInitialized
void registerInterceptorRule(Class<? extends IInterceptorRule> targetClass) throws Exception
targetClass
- 目标类型Exception
- 可能产生的异常PairObject<IView,ResponseCache> processRequest(IWebMvc owner, IRequestContext requestContext) throws Exception
owner
- OwnerrequestContext
- 请求上下文Exception
- 可能产生的异常Copyright © 2022. All rights reserved.