Class MyfacesProperties
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.myfaces.MyfacesProperties
 
 
- 
- All Implemented Interfaces:
 ServletContextInitParameterProperties
@ConfigurationProperties(prefix="joinfaces.myfaces") public class MyfacesProperties extends Object implements ServletContextInitParameterProperties
Configuration properties of MyFaces. Taken from https://myfaces.apache.org/core22/myfaces-impl/webconfig.html and from http://myfaces.apache.org/core22/myfaces-impl/apidocs/constant-values.html 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMyfacesProperties.AnnotationAnnotation class of useCdiForAnnotationScanning and scanPackages properties.static classMyfacesProperties.SpiSpi class of injectionProvider property..static classMyfacesProperties.ValidatorValidator class of beanBeforeJsfValidation property. 
- 
Constructor Summary
Constructors Constructor Description MyfacesProperties() 
 -