public static class ResourceProperties.Chain extends Object
| Constructor and Description |
|---|
Chain() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled()
Return whether the resource chain is enabled.
|
ResourceProperties.Strategy |
getStrategy() |
boolean |
isCache() |
boolean |
isHtmlApplicationCache() |
void |
setCache(boolean cache) |
void |
setEnabled(boolean enabled) |
void |
setHtmlApplicationCache(boolean htmlApplicationCache) |
public 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)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.