public class StandardEncryptableServletEnvironment
extends org.springframework.web.context.support.StandardServletEnvironment
implements org.springframework.core.env.ConfigurableEnvironment
JNDI_PROPERTY_SOURCE_NAME, SERVLET_CONFIG_PROPERTY_SOURCE_NAME, SERVLET_CONTEXT_PROPERTY_SOURCE_NAME| Modifier and Type | Method and Description |
|---|---|
protected void |
actuallyCustomizePropertySources() |
protected void |
customizePropertySources(org.springframework.core.env.MutablePropertySources propertySources) |
org.springframework.core.env.MutablePropertySources |
getPropertySources() |
initPropertySourcesacceptsProfiles, acceptsProfiles, addActiveProfile, containsProperty, doGetActiveProfiles, doGetDefaultProfiles, getActiveProfiles, getConversionService, getDefaultProfiles, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, getReservedDefaultProfiles, getSystemEnvironment, getSystemProperties, isProfileActive, merge, resolvePlaceholders, resolveRequiredPlaceholders, setActiveProfiles, setConversionService, setDefaultProfiles, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, suppressGetenvAccess, toString, validateProfile, validateRequiredPropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddActiveProfile, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfilesacceptsProfiles, acceptsProfiles, getActiveProfiles, getDefaultProfilespublic StandardEncryptableServletEnvironment()
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode)
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, org.jasypt.encryption.StringEncryptor encryptor)
public StandardEncryptableServletEnvironment(org.jasypt.encryption.StringEncryptor encryptor)
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyDetector detector)
public StandardEncryptableServletEnvironment(EncryptablePropertyResolver resolver)
public StandardEncryptableServletEnvironment(EncryptablePropertyFilter filter)
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, EncryptablePropertyFilter filter)
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyFilter filter)
public StandardEncryptableServletEnvironment(org.jasypt.encryption.StringEncryptor encryptor,
EncryptablePropertyFilter filter)
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, org.jasypt.encryption.StringEncryptor encryptor, EncryptablePropertyDetector detector, EncryptablePropertyFilter filter)
public StandardEncryptableServletEnvironment(EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, EncryptablePropertyResolver resolver, EncryptablePropertyFilter filter)
public StandardEncryptableServletEnvironment(InterceptionMode interceptionMode, EncryptablePropertyDetector detector, EncryptablePropertyFilter filter)
protected void customizePropertySources(org.springframework.core.env.MutablePropertySources propertySources)
customizePropertySources in class org.springframework.web.context.support.StandardServletEnvironmentprotected void actuallyCustomizePropertySources()
public org.springframework.core.env.MutablePropertySources getPropertySources()
getPropertySources in interface org.springframework.core.env.ConfigurableEnvironmentgetPropertySources in class org.springframework.core.env.AbstractEnvironmentCopyright © 2019. All rights reserved.