Class URLFilter

    • Constructor Detail

      • URLFilter

        public URLFilter()
    • Method Detail

      • filter

        public abstract String filter​(String urlString)
        Returns a modified version of the input URL or null if the URL should be removed
        Parameters:
        urlString - a URL string to check against filter(s)
        Returns:
        a filtered URL