Class AbstractInterceptor

    • Constructor Detail

      • AbstractInterceptor

        public AbstractInterceptor()
    • Method Detail

      • setSuccessor

        public void setSuccessor​(Interceptor successor)
        Sets the successor of the Interceptor in the chain of Interceptor
        Specified by:
        setSuccessor in interface Interceptor
        Parameters:
        successor - the successor
      • setHolder

        public void setHolder​(ExoContainer holder)
        Sets the holder which is mostly used when it is required to be able to go through the chain of Interceptor
        Specified by:
        setHolder in interface Interceptor
        Parameters:
        holder - the holder of the container
      • setParent

        public void setParent​(ExoContainer parent)
        Sets the parent container
        Specified by:
        setParent in interface Interceptor
        Parameters:
        parent - the parent container