public static class ContentRewriterFeature.Config extends Object
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExpires() |
int |
getFingerprint() |
Set<String> |
getIncludedTags() |
boolean |
isRewriteEnabled() |
boolean |
isSingleResourceConcatEnabled() |
boolean |
isSplitJsEnabled() |
protected boolean |
shouldExclude(String url) |
protected boolean |
shouldInclude(String url) |
boolean |
shouldRewriteTag(String tag) |
boolean |
shouldRewriteURL(String url) |
protected boolean shouldInclude(String url)
protected boolean shouldExclude(String url)
public boolean isRewriteEnabled()
public boolean shouldRewriteURL(String url)
public boolean shouldRewriteTag(String tag)
public Integer getExpires()
public boolean isSplitJsEnabled()
public boolean isSingleResourceConcatEnabled()
public int getFingerprint()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.