Class ServletContextPropertySource


public class ServletContextPropertySource extends EnumerablePropertySource<ServletContext>
PropertySource that reads init parameters from a ServletContext object.
Since:
3.1
Author:
Chris Beams
See Also: