@Deprecated public static class ResourceProperties.Chain extends WebProperties.Resources.Chain
WebProperties.Resources.Chain.Strategy
Constructor and Description |
---|
Chain()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled()
Deprecated.
Return whether the resource chain is enabled.
|
ResourceProperties.Strategy |
getStrategy()
Deprecated.
|
boolean |
isCache()
Deprecated.
|
boolean |
isCompressed()
Deprecated.
|
boolean |
isHtmlApplicationCache()
Deprecated.
|
void |
setHtmlApplicationCache(boolean htmlApplicationCache)
Deprecated.
|
setCache, setCompressed, setEnabled
@DeprecatedConfigurationProperty(replacement="spring.web.resources.chain.enabled") public Boolean getEnabled()
WebProperties.Resources.Chain
null
if no
specific settings are present.getEnabled
in class WebProperties.Resources.Chain
null
if no
specified settings are present.@DeprecatedConfigurationProperty(replacement="spring.web.resources.chain.cache") public boolean isCache()
isCache
in class WebProperties.Resources.Chain
@DeprecatedConfigurationProperty(reason="The appcache manifest feature is being removed from browsers.") public boolean isHtmlApplicationCache()
public void setHtmlApplicationCache(boolean htmlApplicationCache)
@DeprecatedConfigurationProperty(replacement="spring.web.resources.chain.compressed") public boolean isCompressed()
isCompressed
in class WebProperties.Resources.Chain
public ResourceProperties.Strategy getStrategy()
getStrategy
in class WebProperties.Resources.Chain