public static class ResourceProperties.Chain
extends java.lang.Object
| Constructor and Description |
|---|
Chain() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getEnabled()
Return whether the resource chain is enabled.
|
ResourceProperties.Strategy |
getStrategy() |
boolean |
isCache() |
boolean |
isCompressed() |
boolean |
isHtmlApplicationCache() |
void |
setCache(boolean cache) |
void |
setCompressed(boolean compressed) |
void |
setEnabled(boolean enabled) |
void |
setHtmlApplicationCache(boolean htmlApplicationCache) |
public java.lang.Boolean getEnabled()
null if no
specific settings are present.null if no specified
settings are present.public void setEnabled(boolean enabled)
public boolean isCache()
public void setCache(boolean cache)
public ResourceProperties.Strategy getStrategy()
public boolean isHtmlApplicationCache()
public void setHtmlApplicationCache(boolean htmlApplicationCache)
public boolean isCompressed()
public void setCompressed(boolean compressed)