public interface WebResourceTransformerMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(com.atlassian.plugin.elements.ResourceLocation resourceLocation)
Called at resource fetch time
|
boolean |
matches(String type)
Called at url generation time
|
boolean matches(String type)
type - resource type (eg js / css)boolean matches(com.atlassian.plugin.elements.ResourceLocation resourceLocation)
resourceLocation - resource locationCopyright © 2017 Atlassian. All rights reserved.