Uses of Class
javax.servlet.DispatcherType

Packages that use DispatcherType
javax.servlet THIS IS A PRELEASE VERSION OF THE SERVLET 3.0 SPEC BASED ON THE FIRST PUBLIC DRAFT OF JSR-315. 
 

Uses of DispatcherType in javax.servlet
 

Methods in javax.servlet that return DispatcherType
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're declared.
 

Method parameters in javax.servlet with type arguments of type DispatcherType
 void ServletContext.addFilterMapping(java.lang.String filterName, java.lang.String[] urlPatterns, java.lang.String[] servletNames, java.util.EnumSet<DispatcherType> dispatcherTypes, boolean isMatchAfter)
          Adds a filter mapping with the given url patterns, servlet names, and dispatcher types for the filter with the given filter name to this servlet context.
 



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