| Interface | Description | 
|---|---|
| ServletContextInitParameterConfigurationProperties | Marker interface for all  configuration propertieswhich containinit parametersto be set on aservlet context. | 
| Class | Description | 
|---|---|
| ClassVersionCondition | This condition checks the Specification-Version and Implementation-Version of a class. | 
| InitParameterServletContextConfigurer | A ServletContextInitializer which looks for all  init parametersin anServletContextInitParameterConfigurationPropertiesobject by reflection. | 
| ServletContextInitParameterConfigurationPropertiesAutoConfiguration | Common base class for all auto-configuration classes which provide properties
 as  ServletContextinit parameters. | 
| Annotation Type | Description | 
|---|---|
| ConditionalOnClassVersion | Conditionalthat 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 classasservlet context init parameter. | 
Copyright © 2016–2017 JoinFaces. All rights reserved.