Uses of Class
org.glassfish.grizzly.servlet.DispatcherType

Uses of DispatcherType in org.glassfish.grizzly.servlet
 

Methods in org.glassfish.grizzly.servlet that return DispatcherType
static DispatcherType DispatcherType.valueOf(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.glassfish.grizzly.servlet with parameters of type DispatcherType
 org.glassfish.grizzly.servlet.FilterChainImpl FilterChainFactory.createFilterChain(Request request, javax.servlet.Servlet servlet, DispatcherType dispatcherType)
          Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
 org.glassfish.grizzly.servlet.FilterChainImpl FilterChainFactory.createFilterChain(javax.servlet.ServletRequest request, javax.servlet.Servlet servlet, DispatcherType dispatcherType)
          Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
 void RequestDispatcherImpl.dispatch(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, DispatcherType dispatcherType)
          Dispatches the given request and response to the resource for which this dispatcher was acquired.
protected  boolean FilterRegistration.isDispatcherSet(byte dispatcherTypeMask, DispatcherType dispatcherType)
          Returns true if the specified DispatcherType has been 'encoded' within the provided dispatcherTypeMask.
 

Method parameters in org.glassfish.grizzly.servlet with type arguments of type DispatcherType
 void FilterRegistration.addMappingForServletNames(EnumSet<DispatcherType> dispatcherTypes, String... servletNames)
          Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
 void FilterRegistration.addMappingForUrlPatterns(EnumSet<DispatcherType> dispatcherTypes, String... urlPatterns)
          Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
protected  byte FilterRegistration.getDispatcherMask(EnumSet<DispatcherType> dispatcherType)
          Returns the byte representation of all DispatcherTypes specified by the provided EnumSet.
 

Constructors in org.glassfish.grizzly.servlet with parameters of type DispatcherType
DispatchedHttpServletRequest(javax.servlet.http.HttpServletRequest request, DispatcherType dispatcherType)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.