public interface

WebResourceFilter

com.atlassian.plugin.webresource.WebResourceFilter
Known Indirect Subclasses

Class Overview

An interface for filtering web resources. It is used as inputs to WebResourceManager methods to filter resources that are returned.

Summary

Public Methods
boolean matches(String resourceName)
Returns true if this filter supports the inclusion of the given resource.

Public Methods

public boolean matches (String resourceName)

Returns true if this filter supports the inclusion of the given resource.

Returns
  • true if the filter includes this resource, false otherwise