类 ServletConfigPropertySource

java.lang.Object
cn.taketoday.core.env.PropertySource<T>
cn.taketoday.core.env.EnumerablePropertySource<ServletConfig>
cn.taketoday.web.servlet.support.ServletConfigPropertySource

public class ServletConfigPropertySource extends cn.taketoday.core.env.EnumerablePropertySource<ServletConfig>
PropertySource that reads init parameters from a ServletConfig object.
从以下版本开始:
4.0 2022/2/20 17:10
作者:
Chris Beams, Harry Yang
另请参阅:
  • 嵌套类概要

    从类继承的嵌套类/接口 cn.taketoday.core.env.PropertySource

    cn.taketoday.core.env.PropertySource.StubPropertySource
  • 字段概要

    从类继承的字段 cn.taketoday.core.env.PropertySource

    name, source
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     

    从类继承的方法 cn.taketoday.core.env.EnumerablePropertySource

    containsProperty

    从类继承的方法 cn.taketoday.core.env.PropertySource

    equals, getName, getSource, hashCode, named, toString

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 构造器详细资料

    • ServletConfigPropertySource

      public ServletConfigPropertySource(String name, ServletConfig servletConfig)
  • 方法详细资料

    • getPropertyNames

      public String[] getPropertyNames()
      指定者:
      getPropertyNames 在类中 cn.taketoday.core.env.EnumerablePropertySource<ServletConfig>
    • getProperty

      @Nullable public String getProperty(String name)
      指定者:
      getProperty 在类中 cn.taketoday.core.env.PropertySource<ServletConfig>