Uses of Interface
org.apache.tomcat.core.ContextInterceptor

Uses of ContextInterceptor in org.apache.tomcat.core
 

Classes in org.apache.tomcat.core that implement ContextInterceptor
 class BaseInterceptor
           
 

Methods in org.apache.tomcat.core that return ContextInterceptor
 ContextInterceptor[] Container.getContextInterceptors()
          Return the context interceptors as an array.
 ContextInterceptor[] ContextManager.getContextInterceptors()
          Return the context interceptors as an array.
 ContextInterceptor[] Context.getContextInterceptors()
          Deprecated.  
 

Methods in org.apache.tomcat.core with parameters of type ContextInterceptor
 void Container.addContextInterceptor(ContextInterceptor ci)
          Add a per/container context interceptor.
 void ContextManager.addContextInterceptor(ContextInterceptor ci)
           
 void Context.addContextInterceptor(ContextInterceptor ci)
          Deprecated.  
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.