Interface ServletContextInitParameterProperties
-
- All Known Implementing Classes:
AngularfacesProperties
,BootsfacesProperties
,ButterfacesProperties
,JavaxFaces2_0Properties
,JavaxFaces2_1Properties
,JavaxFaces2_2Properties
,JavaxFaces2_3Properties
,MojarraProperties
,MyFaces2_3Properties
,MyfacesProperties
,OmnifacesProperties
,Primefaces10_0_0Properties
,Primefaces4_0Properties
,Primefaces5_0Properties
,Primefaces5_1Properties
,Primefaces5_2Properties
,Primefaces6_0Properties
,Primefaces6_2Properties
,Primefaces8_0Properties
,RewriteProperties
,RichfacesProperties
public interface ServletContextInitParameterProperties
Marker interface for allconfiguration properties
which containinit parameters
to be set on aservlet context
.Classes implementing this interface should
- be annotated with
@ConfigurationProperties()
and - annotate their fields with either
@ServletContextInitParameter()
or@NestedConfigurationProperty
- See Also:
ServletContextInitParameter
,NestedConfigurationProperty