spring-framework / org.springframework.web.context.support / ServletConfigPropertySource

ServletConfigPropertySource

open class ServletConfigPropertySource : EnumerablePropertySource<ServletConfig>

PropertySource that reads init parameters from a ServletConfig object.

Author
Chris Beams

Since
3.1

See Also
ServletContextPropertySource

Constructors

<init>

ServletConfigPropertySource(name: String, servletConfig: ServletConfig)

Functions

getProperty

open fun getProperty(name: String): String

getPropertyNames

open fun getPropertyNames(): Array<String>