Uses of Class
org.openqa.jetty.jetty.servlet.FilterHolder

Packages that use FilterHolder
org.openqa.jetty.jetty.servlet   
 

Uses of FilterHolder in org.openqa.jetty.jetty.servlet
 

Fields in org.openqa.jetty.jetty.servlet declared as FilterHolder
protected  FilterHolder WebApplicationHandler.jsr154FilterHolder
           
 

Methods in org.openqa.jetty.jetty.servlet that return FilterHolder
 FilterHolder WebApplicationHandler.addFilterPathMapping(String pathSpec, String filterName, int dispatches)
          Add a mapping from a pathSpec to a Filter.
 FilterHolder WebApplicationHandler.addFilterServletMapping(String servletName, String filterName, int dispatches)
          Add a servlet filter mapping
 FilterHolder WebApplicationHandler.defineFilter(String name, String className)
           
 FilterHolder WebApplicationHandler.getFilter(String name)
           
protected  FilterHolder WebApplicationHandler.newFilterHolder(String name, String className)
           
 

Methods in org.openqa.jetty.jetty.servlet with parameters of type FilterHolder
 void WebApplicationHandler.addFilterHolder(FilterHolder holder)
           
 



Copyright © 2011. All Rights Reserved.