Package net.n2oapp.properties.web
Class WebApplicationProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
net.n2oapp.properties.OverrideProperties
net.n2oapp.properties.ExpressionBasedProperties
net.n2oapp.properties.web.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:
-
Field Summary
Fields inherited from class java.util.Properties
defaults -
Constructor Summary
ConstructorsConstructorDescriptionWebApplicationProperties(String defaultPropertiesName, String buildPropertiesName) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetEnvironment(org.springframework.core.env.ConfigurableEnvironment webAppEnvironment) voidsetFilesystemFolder(String folderName) voidsetServletContext(jakarta.servlet.ServletContext servletContext) Methods inherited from class net.n2oapp.properties.ExpressionBasedProperties
get, getProperty, setEvaluationContextMethods inherited from class net.n2oapp.properties.OverrideProperties
contains, containsKey, containsValue, getBaseProperties, getCurrentLvlProperty, keys, setBaseProperties, size, stringPropertyNames, superGetPropertyMethods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, elements, entrySet, equals, forEach, getOrDefault, getProperty, hashCode, isEmpty, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, store, store, storeToXML, storeToXML, storeToXML, toString, values
-
Constructor Details
-
WebApplicationProperties
-
-
Method Details
-
setFilesystemFolder
-
setEnvironment
public void setEnvironment(org.springframework.core.env.ConfigurableEnvironment webAppEnvironment) -
setServletContext
public void setServletContext(jakarta.servlet.ServletContext servletContext) - Specified by:
setServletContextin interfaceorg.springframework.web.context.ServletContextAware
-
getServletProperties
-