Class WebResourcesProperties

java.lang.Object
com.aquima.web.config.properties.WebResourcesProperties

@Component @RefreshScope @ConfigurationProperties(prefix="blueriq.web-resources") public class WebResourcesProperties extends Object
  • Constructor Details Link icon

    • WebResourcesProperties Link icon

      public WebResourcesProperties()
  • Method Details Link icon

    • getSourceLocation Link icon

      public String getSourceLocation()
    • setSourceLocation Link icon

      public void setSourceLocation(String sourceLocation)
    • getCacheKeySeed Link icon

      public String getCacheKeySeed()
    • setCacheKeySeed Link icon

      public void setCacheKeySeed(String cacheKeySeed)
    • getCachePeriodSeconds Link icon

      public Integer getCachePeriodSeconds()
    • setCachePeriodSeconds Link icon

      public void setCachePeriodSeconds(Integer cachePeriodSeconds)