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