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

Uses of RequestInterceptor in org.apache.tomcat.core
 

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

Methods in org.apache.tomcat.core that return RequestInterceptor
 RequestInterceptor[] Container.getRequestInterceptors()
          Return the context interceptors as an array.
 RequestInterceptor[] ContextManager.getRequestInterceptors(Request req)
          Return all the interceptors associated with a request.
 RequestInterceptor[] ContextManager.getRequestInterceptors()
          Return the context interceptors as an array.
 RequestInterceptor[] Context.getRequestInterceptors()
          Deprecated.  
 

Methods in org.apache.tomcat.core with parameters of type RequestInterceptor
 void Container.addRequestInterceptor(RequestInterceptor ci)
          Add a per/container request interceptor.
 void ContextManager.addRequestInterceptor(RequestInterceptor ri)
           
 void Context.addRequestInterceptor(RequestInterceptor ci)
          Deprecated.  
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.