Package org.glassfish.grizzly.servlet
Class FilterMap
java.lang.Object
org.glassfish.grizzly.servlet.FilterMap
- All Implemented Interfaces:
Serializable
Representation of a filter mapping for a web application, as represented
in a
<filter-mapping> element in the deployment
descriptor. Each filter mapping must contain a filter name plus either
a URL pattern or a servlet name.- Version:
- $Revision: 1.3 $ $Date: 2007/01/23 00:06:56 $
- Author:
- Craig R. McClanahan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<javax.servlet.DispatcherType>voidsetDispatcherTypes(Set<javax.servlet.DispatcherType> dispatcherTypes) voidsetFilterName(String filterName) voidsetServletName(String servletName) voidsetURLPattern(String urlPattern) toString()Render a String representation of this object.