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)
Return configured context path from the filter configuration.
|
public List<String> getFilterUrlMappings(javax.servlet.FilterConfig filterConfig)
FilterUrlMappingsProvidergetFilterUrlMappings in interface FilterUrlMappingsProviderfilterConfig - the FilterConfig objectCopyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.