Package org.apache.ibatis.plugin
Class InterceptorChain
- java.lang.Object
 - 
- org.apache.ibatis.plugin.InterceptorChain
 
 
- 
public class InterceptorChain extends Object
- Author:
 - Clinton Begin
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InterceptorChain() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInterceptor(Interceptor interceptor)List<Interceptor>getInterceptors()ObjectpluginAll(Object target) 
 - 
 
- 
- 
Method Detail
- 
addInterceptor
public void addInterceptor(Interceptor interceptor)
 
- 
getInterceptors
public List<Interceptor> getInterceptors()
 
 - 
 
 -