Java Servlet 3.0 API 1.0.2.Final-redhat-1

javax.servlet
Interface FilterRegistration.Dynamic

All Superinterfaces:
FilterRegistration, Registration, Registration.Dynamic
Enclosing interface:
FilterRegistration

public static interface FilterRegistration.Dynamic
extends FilterRegistration, Registration.Dynamic

Interface through which a Filter registered via one of the addFilter methods on ServletContext may be further configured.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.servlet.FilterRegistration
FilterRegistration.Dynamic
 
Method Summary
 
Methods inherited from interface javax.servlet.FilterRegistration
addMappingForServletNames, addMappingForUrlPatterns, getServletNameMappings, getUrlPatternMappings
 
Methods inherited from interface javax.servlet.Registration.Dynamic
setAsyncSupported
 
Methods inherited from interface javax.servlet.Registration
getClassName, getInitParameter, getInitParameters, getName, setInitParameter, setInitParameters
 


Java Servlet 3.0 API 1.0.2.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.