Class WebProperties.Resources

java.lang.Object
org.springframework.boot.autoconfigure.web.WebProperties.Resources
Enclosing class:
WebProperties

public static class WebProperties.Resources extends Object
  • Constructor Details

    • Resources

      public Resources()
  • Method Details

    • getStaticLocations

      public String[] getStaticLocations()
    • setStaticLocations

      public void setStaticLocations(String[] staticLocations)
    • isAddMappings

      public boolean isAddMappings()
    • setAddMappings

      public void setAddMappings(boolean addMappings)
    • getChain

      public WebProperties.Resources.Chain getChain()
    • getCache

      public WebProperties.Resources.Cache getCache()
    • hasBeenCustomized

      public boolean hasBeenCustomized()