com.atlassian.plugin.webresource
Interface WebResourceFilter

All Known Implementing Classes:
DefaultWebResourceFilter

public interface WebResourceFilter

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

Since:
2.4

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

Method Detail

matches

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

Parameters:
name - name of the resource
Returns:
true if the filter includes this resource, false otherwise


Copyright © 2011 Atlassian. All Rights Reserved.