Class ServletConfigPropertySource

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

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