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(java.lang.String resourceName)
Returns true if this filter supports the inclusion of the given resource. |
matches
boolean matches(java.lang.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 © 2010 Atlassian. All Rights Reserved.