Class WebApplicationProperties

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>, org.springframework.beans.factory.Aware, org.springframework.web.context.ServletContextAware

public class WebApplicationProperties extends ExpressionBasedProperties implements org.springframework.web.context.ServletContextAware
Composite properties, with the scheme override: default -> build -> environment -> servlet
See Also:
  • Constructor Details

    • WebApplicationProperties

      public WebApplicationProperties(String defaultPropertiesName, String buildPropertiesName)
  • Method Details

    • setFilesystemFolder

      public void setFilesystemFolder(String folderName)
    • setEnvironment

      public void setEnvironment(org.springframework.core.env.ConfigurableEnvironment webAppEnvironment)
    • setServletContext

      public void setServletContext(jakarta.servlet.ServletContext servletContext)
      Specified by:
      setServletContext in interface org.springframework.web.context.ServletContextAware
    • getServletProperties

      public ReloadableProperties getServletProperties()