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:
    Serialized Form
    • Constructor Detail

      • ServletPathProperties

        public ServletPathProperties()
      • ServletPathProperties

        public ServletPathProperties​(javax.servlet.ServletContext servletContext)
      • ServletPathProperties

        public ServletPathProperties​(javax.servlet.ServletContext servletContext,
                                     Properties baseProperties)
    • Method Detail

      • setServletContext

        public void setServletContext​(javax.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)