Uses of Class
org.glassfish.grizzly.servlet.FilterRegistration
Packages that use FilterRegistration
-
Uses of FilterRegistration in org.glassfish.grizzly.servlet
Fields in org.glassfish.grizzly.servlet with type parameters of type FilterRegistrationModifier and TypeFieldDescriptionprotected final Map<String,FilterRegistration> WebappContext.filterRegistrationsprotected final Map<String,FilterRegistration> WebappContext.unmodifiableFilterRegistrationsMethods in org.glassfish.grizzly.servlet that return FilterRegistrationModifier and TypeMethodDescriptionAdds the filter with the given name and class type to this servlet context.Adds the filter with the given name and class name to this servlet context.Registers the given filter instance with this WebappContext under the given filterName.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 FilterRegistrationModifier and TypeMethodDescriptionMap<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.Methods in org.glassfish.grizzly.servlet with parameters of type FilterRegistrationModifier and TypeMethodDescriptionprotected javax.servlet.FilterWebappContext.createFilterInstance(FilterRegistration registration) Instantiates the given Filter class.