public class FilterUrlMappingsProviderImpl extends Object implements FilterUrlMappingsProvider
The url patterns are returned without the eventual trailing asterisk.
The functionality is available in Servlet 3.x environment only, so this
implementation of FilterUrlMappingsProvider interface is Servlet 3 specific.
| Constructor and Description |
|---|
FilterUrlMappingsProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFilterUrlMappings(javax.servlet.FilterConfig filterConfig) |
public List<String> getFilterUrlMappings(javax.servlet.FilterConfig filterConfig)
getFilterUrlMappings in interface FilterUrlMappingsProviderCopyright © 2007-2016, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.