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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getFilterUrlMappings(javax.servlet.FilterConfig filterConfig)
Return configured context path from the filter configuration.
-