Uses of Interface
org.jmage.dispatcher.RequestDispatcher

Packages that use RequestDispatcher
org.jmage   
org.jmage.dispatcher   
 

Uses of RequestDispatcher in org.jmage
 

Methods in org.jmage that return RequestDispatcher
 RequestDispatcher ApplicationContext.obtainRequestDispatcher()
           
 

Methods in org.jmage with parameters of type RequestDispatcher
 void ApplicationContext.addRequestDispatcher(RequestDispatcher requestDispatcher)
           
 void ApplicationContext.releaseRequestDispatcher(RequestDispatcher requestDispatcher)
           
 

Uses of RequestDispatcher in org.jmage.dispatcher
 

Classes in org.jmage.dispatcher that implement RequestDispatcher
 class FilteringRequestDispatcher
          FilteringRequestDispatcher dispatches all requests to ResourceManager, FilterChainManager and EncoderManager.
 class InternalRequestDispatcher
          InternalFilteringRequestDispatcher omits encoding and has all other steps defined as optional.
 



Copyright © 2004-2008 Sourceforge. All Rights Reserved.