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 FilterUrlMappingsProvider interface is Servlet 3 specific.

Author:
Adam Lindenthal
  • Constructor Details

    • FilterUrlMappingsProviderImpl

      public FilterUrlMappingsProviderImpl()
  • Method Details