public class RelativeUrlTransformerMatcher extends Object implements WebResourceTransformerMatcher
WebResourceTransformerMatcher for relative url resources| Modifier and Type | Field and Description |
|---|---|
static String |
LESS_EXTENSION |
| Constructor and Description |
|---|
RelativeUrlTransformerMatcher() |
| 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
|
public static final String LESS_EXTENSION
public boolean matches(String type)
WebResourceTransformerMatchermatches in interface WebResourceTransformerMatchertype - resource type (eg js / css)public boolean matches(com.atlassian.plugin.elements.ResourceLocation resourceLocation)
WebResourceTransformerMatchermatches in interface WebResourceTransformerMatcherresourceLocation - resource locationCopyright © 2018 Atlassian. All rights reserved.