Interface WebResourceFilter


public interface WebResourceFilter
An interface for filtering web resources. It is used as inputs to WebResourceManager methods to filter resources that are returned.
Since:
6.3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(String resourceName)
    Returns true if this filter supports the inclusion of the given resource.
  • Method Details

    • matches

      boolean matches(String resourceName)
      Returns true if this filter supports the inclusion of the given resource.
      Parameters:
      resourceName - name of the resource
      Returns:
      true if the filter includes this resource, false otherwise