javax.servlet
Interface FilterRegistration
- All Superinterfaces:
- Registration
- All Known Subinterfaces:
- FilterRegistration.Dynamic
public interface FilterRegistration
- extends Registration
- Since:
- 3.0
- Version:
- $Rev: 901916 $ $Date: 2010-01-22 00:12:17 +0100 (Fr, 22. Jan 2010) $
addMappingForServletNames
void addMappingForServletNames(EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
String... servletNames)
addMappingForUrlPatterns
void addMappingForUrlPatterns(EnumSet<DispatcherType> dispatcherTypes,
boolean isMatchAfter,
String... urlPatterns)
getServletNameMappings
Collection<String> getServletNameMappings()
getUrlPatternMappings
Collection<String> getUrlPatternMappings()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.