See: Description
Interface | Description |
---|---|
ServletContextInitParameterProperties |
Marker interface for all
configuration properties
which contain init parameters to be set on a servlet context . |
Class | Description |
---|---|
InitParameterServletContextConfigurer |
A ServletContextInitializer which looks for all
init parameters
in an ServletContextInitParameterProperties object by reflection. |
ServletContextInitParameterPropertiesAutoConfiguration |
Common base class for all auto-configuration classes which provide properties
as
ServletContext init parameters. |
Annotation Type | Description |
---|---|
ServletContextInitParameter |
Marks a field of a
Properties class
as servlet context init parameter . |