Package org.glassfish.jersey.servlet.spi
Interface FilterUrlMappingsProvider
-
- All Known Implementing Classes:
FilterUrlMappingsProviderImpl
public interface FilterUrlMappingsProviderProvides an access to context path from the filter configuration.- Author:
- Adam Lindenthal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getFilterUrlMappings(jakarta.servlet.FilterConfig filterConfig)Return configured context path from the filter configuration.
-