Class ServletPathProperties

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

public class ServletPathProperties extends ReloadableProperties implements org.springframework.web.context.ServletContextAware
User: operhod Date: 21.02.14 Time: 15:15 Properties, which lie at a root of classpath with name equal to contextPath of web application
See Also:
  • Constructor Details

    • ServletPathProperties

      public ServletPathProperties()
    • ServletPathProperties

      public ServletPathProperties(jakarta.servlet.ServletContext servletContext)
    • ServletPathProperties

      public ServletPathProperties(jakarta.servlet.ServletContext servletContext, Properties baseProperties)
  • Method Details

    • setServletContext

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

      public void setClasspathPackage(String packageName)
    • setFilesystemFolder

      public void setFilesystemFolder(String folderName)