open class ServletConfigPropertySource : EnumerablePropertySource<ServletConfig>
PropertySource that reads init parameters from a ServletConfig object.
Author
Chris Beams
Since
3.1
See Also
ServletContextPropertySource
ServletConfigPropertySource(name: String, servletConfig: ServletConfig) |
open fun getProperty(name: String): String |
|
open fun getPropertyNames(): Array<String> |