类 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 classResourceProperties.CacheCache configuration.static classResourceProperties.ChainConfiguration for the Spring Resource Handling chain.static classResourceProperties.ContentVersion Strategy based on content hashing.static classResourceProperties.FixedVersion Strategy based on a fixed version string.static classResourceProperties.StrategyStrategies for extracting and embedding a resource version in its URL path.
构造器概要
构造器 构造器 说明 ResourceProperties()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ResourceProperties.CachegetCache()ResourceProperties.ChaingetChain()String[]getStaticLocations()booleanisAddMappings()voidsetAddMappings(boolean addMappings)voidsetStaticLocations(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()