public static class WebProperties.Resources
extends java.lang.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() |
java.lang.String[] |
getStaticLocations() |
boolean |
hasBeenCustomized() |
boolean |
isAddMappings() |
void |
setAddMappings(boolean addMappings) |
void |
setStaticLocations(java.lang.String[] staticLocations) |
public java.lang.String[] getStaticLocations()
public void setStaticLocations(java.lang.String[] staticLocations)
public boolean isAddMappings()
public void setAddMappings(boolean addMappings)
public WebProperties.Resources.Chain getChain()
public WebProperties.Resources.Cache getCache()
public boolean hasBeenCustomized()