Interface FilterRegistration.Dynamic
- All Superinterfaces:
FilterRegistration, Registration, Registration.Dynamic
- Enclosing interface:
FilterRegistration
Interface through which a
Filter registered via one of the addFilter methods on
ServletContext may be further configured.- Since:
- Servlet 3.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface FilterRegistration
FilterRegistration.DynamicNested classes/interfaces inherited from interface Registration
Registration.Dynamic -
Method Summary
Methods inherited from interface FilterRegistration
addMappingForServletNames, addMappingForUrlPatterns, getServletNameMappings, getUrlPatternMappingsMethods inherited from interface Registration
getClassName, getInitParameter, getInitParameters, getName, setInitParameter, setInitParametersMethods inherited from interface Registration.Dynamic
setAsyncSupported