public class DefaultWebResourceFilter extends Object implements WebResourceFilter
This is the default filter used by the WebResourceManagerImpl for include/get resource methods that do
not accept a filter as a parameter.
| Constructor and Description |
|---|
DefaultWebResourceFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String resourceName)
Returns true if this filter supports the inclusion of the given resource.
|
public boolean matches(String resourceName)
WebResourceFiltermatches in interface WebResourceFilterresourceName - name of the resourceCopyright © 2024 Atlassian. All rights reserved.