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

Uses of FilterRegistration in org.glassfish.grizzly.servlet
 

Methods in org.glassfish.grizzly.servlet that return FilterRegistration
 FilterRegistration WebappContext.addFilter(String filterName, Class<? extends javax.servlet.Filter> filterClass)
          Adds the filter with the given name and class type to this servlet context.
 FilterRegistration WebappContext.addFilter(String filterName, javax.servlet.Filter filter)
          Registers the given filter instance with this WebappContext under the given filterName.
 FilterRegistration WebappContext.addFilter(String filterName, String className)
          Adds the filter with the given name and class name to this servlet context.
 FilterRegistration WebappContext.getFilterRegistration(String name)
          Gets the FilterRegistration corresponding to the filter with the given filterName.
 

Methods in org.glassfish.grizzly.servlet that return types with arguments of type FilterRegistration
 Map<String,? extends FilterRegistration> WebappContext.getFilterRegistrations()
          Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters registered with this WebappContext.
 

Constructor parameters in org.glassfish.grizzly.servlet with type arguments of type FilterRegistration
FilterChainFactory(WebappContext ctx, Collection<FilterRegistration> registrations)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.