Class WebXmlFilterMapping

    • Constructor Detail

      • WebXmlFilterMapping

        public WebXmlFilterMapping​(String filterName,
                                   String urlPattern)
        Constructor.
        Parameters:
        filterName - the filter name.
        urlPattern - the URL pattern.
    • Method Detail

      • getFilterName

        public String getFilterName()
        Get the filter name.
        Returns:
        the filter name.
      • getUrlPattern

        public String getUrlPattern()
        Get the URL pattern.
        Returns:
        the URL pattern.