Class ServletContextPropertySource

java.lang.Object
org.springframework.core.env.PropertySource<jakarta.servlet.ServletContext>
org.springframework.core.env.EnumerablePropertySource<jakarta.servlet.ServletContext>
org.springframework.web.context.support.ServletContextPropertySource

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