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()
Deprecated.
|
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()
@DeprecatedConfigurationProperty(reason="The appcache manifest feature is being removed from browsers.") @Deprecated public boolean isHtmlApplicationCache()
public void setHtmlApplicationCache(boolean htmlApplicationCache)
public boolean isCompressed()
public void setCompressed(boolean compressed)