类 ResourceProperties
- java.lang.Object
- org.springframework.boot.autoconfigure.web.ResourceProperties
 
- @ConfigurationProperties(prefix="spring.resources", ignoreUnknownFields=false) public class ResourceProperties extends ObjectProperties used to configure resource handling.- 从以下版本开始:
- 1.1.0
 
- 嵌套类概要- 嵌套类 - 修饰符和类型 - 类 - 说明 - static class- ResourceProperties.CacheCache configuration.- static class- ResourceProperties.ChainConfiguration for the Spring Resource Handling chain.- static class- ResourceProperties.ContentVersion Strategy based on content hashing.- static class- ResourceProperties.FixedVersion Strategy based on a fixed version string.- static class- ResourceProperties.StrategyStrategies for extracting and embedding a resource version in its URL path.
 - 构造器概要- 构造器 - 构造器 - 说明 - ResourceProperties()
 - 方法概要- 所有方法 实例方法 具体方法 - 修饰符和类型 - 方法 - 说明 - ResourceProperties.Cache- getCache()- ResourceProperties.Chain- getChain()- String[]- getStaticLocations()- boolean- isAddMappings()- void- setAddMappings(boolean addMappings)- void- setStaticLocations(String[] staticLocations)
 
- 构造器详细资料- ResourceProperties- public ResourceProperties() 
 
 - 方法详细资料- getStaticLocations- public String[] getStaticLocations() 
 - setStaticLocations- public void setStaticLocations(String[] staticLocations) 
 - isAddMappings- public boolean isAddMappings() 
 - setAddMappings- public void setAddMappings(boolean addMappings) 
 - getChain- public ResourceProperties.Chain getChain() 
 - getCache- public ResourceProperties.Cache getCache()