public class HandlerChainExecute extends Object
| 构造器和说明 |
|---|
HandlerChainExecute() |
| 限定符和类型 | 方法和说明 |
|---|---|
HandlerChainExecute |
addInterceptor(HandlerInterceptor handlerInterceptor) |
<R,T> R |
execute(String type,
T t) |
void |
setHandlerInterceptorMap(List<HandlerInterceptor> handlerInterceptorList) |
public void setHandlerInterceptorMap(List<HandlerInterceptor> handlerInterceptorList)
public HandlerChainExecute addInterceptor(HandlerInterceptor handlerInterceptor)
public <R,T> R execute(String type, T t)
Copyright © 2021. All rights reserved.