Uses of Class
winstone.RequestDispatcher

Packages that use RequestDispatcher
winstone   
 

Uses of RequestDispatcher in winstone
 

Methods in winstone that return RequestDispatcher
 RequestDispatcher WebAppConfiguration.getErrorDispatcherByClass(java.lang.Throwable exception)
          Gets a dispatcher, set up for error dispatch.
 RequestDispatcher WebAppConfiguration.getErrorDispatcherByCode(java.lang.String requestURI, int statusCode, java.lang.String summaryMessage, java.lang.Throwable exception)
           
 RequestDispatcher WebAppConfiguration.getInitialDispatcher(java.lang.String uriInsideWebapp, WinstoneRequest request, WinstoneResponse response)
          Creates the dispatcher that corresponds to a request level dispatch (ie the initial entry point).
 



Copyright © 2013. All Rights Reserved.