Class WebProperties.Resources.Chain

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

public static class WebProperties.Resources.Chain extends Object
Configuration for the Spring Resource Handling chain.
  • Constructor Details

    • Chain

      public Chain()
  • Method Details

    • getEnabled

      public Boolean getEnabled()
      Return whether the resource chain is enabled. Return null if no specific settings are present.
      Returns:
      whether the resource chain is enabled or null if no specified settings are present.
    • setEnabled

      public void setEnabled(boolean enabled)
    • isCache

      public boolean isCache()
    • setCache

      public void setCache(boolean cache)
    • getStrategy

    • isCompressed

      public boolean isCompressed()
    • setCompressed

      public void setCompressed(boolean compressed)