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:
-
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
ConstructorsConstructorDescriptionServletPathProperties(jakarta.servlet.ServletContext servletContext) ServletPathProperties(jakarta.servlet.ServletContext servletContext, Properties baseProperties) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClasspathPackage(String packageName) voidsetFilesystemFolder(String folderName) voidsetServletContext(jakarta.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, updatePropertyMethods inherited from class net.n2oapp.properties.OverrideProperties
contains, containsKey, containsValue, getBaseProperties, getProperty, setBaseProperties, sizeMethods 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 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:
setServletContextin interfaceorg.springframework.web.context.ServletContextAware
-
setClasspathPackage
-
setFilesystemFolder
-