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 |
isCompressed() |
boolean |
isHtmlApplicationCache() |
void |
setCache(boolean cache) |
void |
setCompressed(boolean compressed) |
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)
public boolean isCompressed()
public void setCompressed(boolean compressed)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.