Class WebProperties.Resources
java.lang.Object
org.springframework.boot.autoconfigure.web.WebProperties.Resources
- Enclosing class:
- WebProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Cache configuration.static class
Configuration for the Spring Resource Handling chain. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCache()
getChain()
String[]
boolean
boolean
void
setAddMappings
(boolean addMappings) void
setStaticLocations
(String[] staticLocations)
-
Constructor Details
-
Resources
public Resources()
-
-
Method Details
-
getStaticLocations
-
setStaticLocations
-
isAddMappings
public boolean isAddMappings() -
setAddMappings
public void setAddMappings(boolean addMappings) -
getChain
-
getCache
-
hasBeenCustomized
public boolean hasBeenCustomized()
-