Interface URLFilter

    • Field Detail

      • X_POINT_ID

        static final String X_POINT_ID
        The name of the extension point.
    • Method Detail

      • filter

        String filter​(String urlString)
        Interface for a filter that transforms a URL: it can pass the original URL through or "delete" the URL by returning null
        Parameters:
        urlString - the URL string the filter is applied on
        Returns:
        the original URL string if the URL is accepted by the filter or null in case the URL is rejected