Uses of Class
org.eclipse.jetty.server.DispatcherType

Packages that use DispatcherType
org.eclipse.jetty.server   
 

Uses of DispatcherType in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server that return DispatcherType
 DispatcherType Request.getDispatcherType()
           
static DispatcherType DispatcherType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DispatcherType[] DispatcherType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jetty.server with parameters of type DispatcherType
protected  void Dispatcher.forward(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, DispatcherType dispatch)
           
 void Request.setDispatcherType(DispatcherType type)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.