public static class WebProperties.Resources.Chain extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebProperties.Resources.Chain.Strategy
Strategies for extracting and embedding a resource version in its URL path.
|
Constructor and Description |
---|
Chain() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnabled()
Return whether the resource chain is enabled.
|
WebProperties.Resources.Chain.Strategy |
getStrategy() |
boolean |
isCache() |
boolean |
isCompressed() |
void |
setCache(boolean cache) |
void |
setCompressed(boolean compressed) |
void |
setEnabled(boolean enabled) |
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 WebProperties.Resources.Chain.Strategy getStrategy()
public boolean isCompressed()
public void setCompressed(boolean compressed)