クラス ApplicationServletEnvironment
java.lang.ObjectSE
org.springframework.core.env.AbstractEnvironment
org.springframework.core.env.StandardEnvironment
org.springframework.web.context.support.StandardServletEnvironment
org.springframework.boot.web.context.servlet.ApplicationServletEnvironment
- 実装されているすべてのインターフェース:
ConfigurableEnvironment, ConfigurablePropertyResolver, Environment, PropertyResolver, ConfigurableWebEnvironment
典型的な
SpringApplication での典型的な使用のための StandardServletEnvironment。- 導入:
- 4.0.0
- 作成者:
- Phillip Webb
フィールドのサマリー
クラス StandardServletEnvironment から継承されたフィールド
JNDI_PROPERTY_SOURCE_NAME, SERVLET_CONFIG_PROPERTY_SOURCE_NAME, SERVLET_CONTEXT_PROPERTY_SOURCE_NAMEコンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明protected ConfigurablePropertyResolvercreatePropertyResolver(MutablePropertySources propertySources) protected @Nullable StringSEprotected @Nullable StringSEクラス StandardServletEnvironment から継承されたメソッド
customizePropertySources, initPropertySourcesクラス AbstractEnvironment から継承されたメソッド
acceptsProfiles, acceptsProfiles, addActiveProfile, containsProperty, doGetActiveProfiles, doGetDefaultProfiles, getActiveProfiles, getConversionService, getDefaultProfiles, getProperty, getProperty, getProperty, getProperty, getPropertyResolver, getPropertySources, getRequiredProperty, getRequiredProperty, getReservedDefaultProfiles, getSystemEnvironment, getSystemProperties, isProfileActive, merge, resolvePlaceholders, resolveRequiredPlaceholders, setActiveProfiles, setConversionService, setDefaultProfiles, setEscapeCharacter, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, suppressGetenvAccess, toString, validateProfile, validateRequiredPropertiesクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSEインターフェース ConfigurableEnvironment から継承されたメソッド
addActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfilesインターフェース ConfigurablePropertyResolver から継承されたメソッド
getConversionService, setConversionService, setEscapeCharacter, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredPropertiesインターフェース Environment から継承されたメソッド
acceptsProfiles, acceptsProfiles, getActiveProfiles, getDefaultProfiles, matchesProfiles
コンストラクターの詳細
ApplicationServletEnvironment
public ApplicationServletEnvironment()
メソッドの詳細
doGetActiveProfilesProperty
- オーバーライド:
- クラス
AbstractEnvironmentのdoGetActiveProfilesProperty
doGetDefaultProfilesProperty
- オーバーライド:
- クラス
AbstractEnvironmentのdoGetDefaultProfilesProperty
createPropertyResolver
protected ConfigurablePropertyResolver createPropertyResolver(MutablePropertySources propertySources) - オーバーライド:
- クラス
AbstractEnvironmentのcreatePropertyResolver