Class InterceptorChain


  • public class InterceptorChain
    extends java.lang.Object
    Author:
    Clinton Begin
    • Method Summary

      Modifier and Type Method Description
      void addInterceptor​(Interceptor interceptor)  
      java.util.List<Interceptor> getInterceptors()  
      java.lang.Object pluginAll​(java.lang.Object target)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InterceptorChain

        public InterceptorChain()
    • Method Detail

      • pluginAll

        public java.lang.Object pluginAll​(java.lang.Object target)
      • addInterceptor

        public void addInterceptor​(Interceptor interceptor)
      • getInterceptors

        public java.util.List<Interceptor> getInterceptors()