クラス ServletConfigPropertySource

java.lang.ObjectSE
org.springframework.core.env.PropertySource<jakarta.servlet.ServletConfig>
org.springframework.core.env.EnumerablePropertySource<jakarta.servlet.ServletConfig>
org.springframework.web.context.support.ServletConfigPropertySource

public class ServletConfigPropertySource extends EnumerablePropertySource<jakarta.servlet.ServletConfig>
ServletConfig オブジェクトから初期パラメーターを読み取る PropertySource
導入:
3.1
作成者:
Chris Beams
関連事項:
  • コンストラクターの詳細

    • ServletConfigPropertySource

      public ServletConfigPropertySource(StringSE name, jakarta.servlet.ServletConfig servletConfig)
  • メソッドの詳細