Class ServletConfigPropertySource


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