| Interface | Description |
|---|---|
| ServletContextInitParameterConfigurationProperties |
Marker interface for all
configuration properties
which contain init parameters to be set on a servlet context. |
| Class | Description |
|---|---|
| ClassVersionCondition |
This condition checks the Specification-Version and Implementation-Version of a class.
|
| InitParameterServletContextConfigurer |
A ServletContextInitializer which looks for all
init parameters
in an ServletContextInitParameterConfigurationProperties object by reflection. |
| ServletContextInitParameterConfigurationPropertiesAutoConfiguration |
Common base class for all auto-configuration classes which provide properties
as
ServletContext init parameters. |
| Annotation Type | Description |
|---|---|
| ConditionalOnClassVersion |
Conditional that only matches when the version of the specified class matches against the specified regex. |
| 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–2017 JoinFaces. All rights reserved.