类 WebProperties.Resources
java.lang.Object
org.springframework.boot.autoconfigure.web.WebProperties.Resources
- 封闭类:
WebProperties
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Cache configuration.static class
Configuration for the Spring Resource Handling chain. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCache()
getChain()
String[]
boolean
boolean
void
setAddMappings
(boolean addMappings) void
setStaticLocations
(String[] staticLocations)
-
构造器详细资料
-
Resources
public Resources()
-
-
方法详细资料
-
getStaticLocations
-
setStaticLocations
-
isAddMappings
public boolean isAddMappings() -
setAddMappings
public void setAddMappings(boolean addMappings) -
getChain
-
getCache
-
hasBeenCustomized
public boolean hasBeenCustomized()
-