Package org.glassfish.jersey.servlet.spi
Interface FilterUrlMappingsProvider
- All Known Implementing Classes:
FilterUrlMappingsProviderImpl
public interface FilterUrlMappingsProvider
Provides an access to context path from the filter configuration.
- Author:
- Adam Lindenthal
-
Method Summary
Modifier and TypeMethodDescriptiongetFilterUrlMappings
(jakarta.servlet.FilterConfig filterConfig) Return configured context path from the filter configuration.
-
Method Details
-
getFilterUrlMappings
Return configured context path from the filter configuration.- Parameters:
filterConfig
- theFilterConfig
object
-