public static class WebProperties.Resources extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebProperties.Resources.Cache
Cache configuration.
|
static class |
WebProperties.Resources.Chain
Configuration for the Spring Resource Handling chain.
|
Constructor and Description |
---|
Resources() |
Modifier and Type | Method and Description |
---|---|
WebProperties.Resources.Cache |
getCache() |
WebProperties.Resources.Chain |
getChain() |
String[] |
getStaticLocations() |
boolean |
hasBeenCustomized() |
boolean |
isAddMappings() |
void |
setAddMappings(boolean addMappings) |
void |
setStaticLocations(String[] staticLocations) |
public String[] getStaticLocations()
public void setStaticLocations(String[] staticLocations)
public boolean isAddMappings()
public void setAddMappings(boolean addMappings)
public WebProperties.Resources.Chain getChain()
public WebProperties.Resources.Cache getCache()
public boolean hasBeenCustomized()