クラス ServletConfigPropertySource
java.lang.ObjectSE
org.springframework.core.env.PropertySource<T>
org.springframework.core.env.EnumerablePropertySource<ServletConfigEE>
org.springframework.web.context.support.ServletConfigPropertySource
ServletConfig
EE オブジェクトから初期化パラメーターを読み取る PropertySource
。- 導入:
- 3.1
- 作成者:
- Chris Beams
- 関連事項:
ネストされたクラスのサマリー
クラス org.springframework.core.env.PropertySource から継承されたネストクラス / インターフェース
PropertySource.StubPropertySource
フィールドサマリー
クラス org.springframework.core.env.PropertySource から継承されたフィールド
logger, name, source
コンストラクターのサマリー
メソッドのサマリー
修飾子と型メソッド説明getProperty
(StringSE name) 指定された名前に関連付けられた値を返します。見つからない場合はnull
を返します。StringSE[]
ソースオブジェクトに含まれるすべてのプロパティの名前を返します(null
は決してしないでください)。クラス org.springframework.core.env.EnumerablePropertySource から継承されたメソッド
containsProperty
コンストラクターの詳細
ServletConfigPropertySource
メソッドの詳細
getPropertyNames
クラスからコピーされた説明:EnumerablePropertySource
ソースオブジェクトに含まれるすべてのプロパティの名前を返します(null
は決してしないでください)。- 次で指定:
- クラス
EnumerablePropertySource<ServletConfigEE>
のgetPropertyNames
getProperty
クラスからコピーされた説明:PropertySource
指定された名前に関連付けられた値を返します。見つからない場合はnull
を返します。- 次で指定:
- クラス
PropertySource<ServletConfigEE>
のgetProperty
- パラメーター:
name
- 検索するプロパティ- 関連事項: