Package net.n2oapp.framework.api
Class N2oWebAppEnvironment
- java.lang.Object
-
- org.springframework.core.env.AbstractEnvironment
-
- org.springframework.core.env.StandardEnvironment
-
- org.springframework.web.context.support.StandardServletEnvironment
-
- net.n2oapp.framework.api.N2oWebAppEnvironment
-
- All Implemented Interfaces:
org.springframework.core.env.ConfigurableEnvironment,org.springframework.core.env.ConfigurablePropertyResolver,org.springframework.core.env.Environment,org.springframework.core.env.PropertyResolver,org.springframework.web.context.ConfigurableWebEnvironment
public class N2oWebAppEnvironment extends org.springframework.web.context.support.StandardServletEnvironment- Since:
- 08.06.2015
- Author:
- operehod
-
-
Field Summary
-
Fields inherited from class org.springframework.web.context.support.StandardServletEnvironment
JNDI_PROPERTY_SOURCE_NAME, SERVLET_CONFIG_PROPERTY_SOURCE_NAME, SERVLET_CONTEXT_PROPERTY_SOURCE_NAME
-
-
Constructor Summary
Constructors Constructor Description N2oWebAppEnvironment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebApplicationPropertiesgetN2oProperties()voidsetN2oProperties(WebApplicationProperties n2oProperties)-
Methods inherited from class org.springframework.web.context.support.StandardServletEnvironment
customizePropertySources, initPropertySources
-
Methods inherited from class org.springframework.core.env.AbstractEnvironment
acceptsProfiles, acceptsProfiles, addActiveProfile, containsProperty, doGetActiveProfiles, doGetDefaultProfiles, getActiveProfiles, getConversionService, getDefaultProfiles, getProperty, getProperty, getProperty, getProperty, getPropertySources, getRequiredProperty, getRequiredProperty, getReservedDefaultProfiles, getSystemEnvironment, getSystemProperties, isProfileActive, merge, resolvePlaceholders, resolveRequiredPlaceholders, setActiveProfiles, setConversionService, setDefaultProfiles, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, suppressGetenvAccess, toString, validateProfile, validateRequiredProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.springframework.core.env.ConfigurableEnvironment
addActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfiles
-
Methods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver
getConversionService, setConversionService, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredProperties
-
-
-
-
Method Detail
-
getN2oProperties
public WebApplicationProperties getN2oProperties()
-
setN2oProperties
public void setN2oProperties(WebApplicationProperties n2oProperties)
-
-