Interface ServletContextInitParameterProperties
- All Known Implementing Classes:
JakartaFaces3Properties
,JakartaFaces4Properties
,MojarraProperties
,MyFaces2_3Properties
,MyFaces4Properties
,MyFacesProperties
,OmnifacesProperties
,Primefaces10_0_0Properties
,Primefaces4_0Properties
,Primefaces5_0Properties
,Primefaces5_1Properties
,Primefaces5_2Properties
,Primefaces6_0Properties
,Primefaces6_2Properties
,Primefaces8_0Properties
,RewriteProperties
public interface ServletContextInitParameterProperties
Marker interface for all
configuration properties
which contain init parameters
to be set on a servlet context
.
Classes implementing this interface should
- be annotated with
@ConfigurationProperties()
and - annotate their fields with either
@ServletContextInitParameter()
or@NestedConfigurationProperty