Package net.n2oapp.properties.web
Class ServletPathProperties
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- net.n2oapp.properties.OverrideProperties
-
- net.n2oapp.properties.ReloadableProperties
-
- net.n2oapp.properties.web.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
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description ServletPathProperties()ServletPathProperties(javax.servlet.ServletContext servletContext)ServletPathProperties(javax.servlet.ServletContext servletContext, Properties baseProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetClasspathPackage(String packageName)voidsetFilesystemFolder(String folderName)voidsetServletContext(javax.servlet.ServletContext servletContext)-
Methods inherited from class net.n2oapp.properties.ReloadableProperties
get, getCacheTime, getCurrentLvlProperty, getResource, isExists, isExpired, keys, load, load, loadFromXML, propertyNames, put, remove, removeProperty, setCacheTime, setResource, stringPropertyNames, superGetProperty, updateProperty
-
Methods inherited from class net.n2oapp.properties.OverrideProperties
contains, containsKey, containsValue, getBaseProperties, getProperty, setBaseProperties, size
-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, elements, entrySet, equals, forEach, getOrDefault, getProperty, hashCode, isEmpty, keySet, list, list, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, save, setProperty, store, store, storeToXML, storeToXML, storeToXML, toString, values
-
-
-
-
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:
setServletContextin interfaceorg.springframework.web.context.ServletContextAware
-
setClasspathPackage
public void setClasspathPackage(String packageName)
-
setFilesystemFolder
public void setFilesystemFolder(String folderName)
-
-