-
- All Implemented Interfaces:
-
org.springframework.beans.factory.Aware
public interface PoetInterceptorChainAware implements Aware实现此接口即可在 Spring Bean 创建完毕后将拦截器链条注入 可在需要对附件的操作进行控制时使用
-
-
Method Summary
Modifier and Type Method Description abstract voidsetInterceptorChain(PoetHandlerInterceptorChain chain)设置拦截器链, 将附件操作的拦截链条进行注入 可针对话定制访问控制 -
-
Method Detail
-
setInterceptorChain
abstract void setInterceptorChain(PoetHandlerInterceptorChain chain)
设置拦截器链, 将附件操作的拦截链条进行注入 可针对话定制访问控制
-
-
-
-