public class DefaultWebResourceFilter extends Object implements WebResourceFilter
WebResourceManagerImpl for include/get resource methods that do
not accept a filter as a parameter.| Modifier and Type | Field and Description |
|---|---|
static DefaultWebResourceFilter |
INSTANCE |
| 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 static final DefaultWebResourceFilter INSTANCE
public boolean matches(String resourceName)
WebResourceFiltermatches in interface WebResourceFilterresourceName - name of the resourceCopyright © 2017 Atlassian. All rights reserved.