Uses of Interface
javax.servlet.FilterRegistration.Dynamic
-
Packages that use FilterRegistration.Dynamic Package Description javax.servlet -
-
Uses of FilterRegistration.Dynamic in javax.servlet
Methods in javax.servlet that return FilterRegistration.Dynamic Modifier and Type Method Description FilterRegistration.DynamicServletContext. addFilter(String filterName, Class<? extends Filter> filterClass)Adds the filter with the given name and class type to this servlet context.FilterRegistration.DynamicServletContext. addFilter(String filterName, String className)Adds the filter with the given name and class name to this servlet context.FilterRegistration.DynamicServletContext. addFilter(String filterName, Filter filter)Registers the given filter instance with this ServletContext under the given filterName.
-