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 |
|---|---|
| NestedProperty |
Annotation to mark fields for nested properties in
properties classes. |
| ServletContextInitParameter |
Marks a field of a
Properties class
as servlet context init parameter. |
Copyright © 2016–2018 JoinFaces. All rights reserved.