Class FilterUrlMappingsProviderImpl
- java.lang.Object
-
- org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
-
- All Implemented Interfaces:
FilterUrlMappingsProvider
public class FilterUrlMappingsProviderImpl extends Object implements FilterUrlMappingsProvider
Provide all configured context paths (url mappings) of the application deployed using filter.The url patterns are returned without the eventual trailing asterisk.
The functionality is available in Servlet 3.x environment only, so this implementation of
FilterUrlMappingsProviderinterface is Servlet 3 specific.- Author:
- Adam Lindenthal
-
-
Constructor Summary
Constructors Constructor Description FilterUrlMappingsProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getFilterUrlMappings(jakarta.servlet.FilterConfig filterConfig)
-
-
-
Method Detail
-
getFilterUrlMappings
public List<String> getFilterUrlMappings(jakarta.servlet.FilterConfig filterConfig)
- Specified by:
getFilterUrlMappingsin interfaceFilterUrlMappingsProvider
-
-