Class MyfacesProperties
- java.lang.Object
-
- org.joinfaces.autoconfigure.myfaces.MyfacesProperties
-
- All Implemented Interfaces:
ServletContextInitParameterProperties
@ConfigurationProperties(prefix="joinfaces.myfaces") public class MyfacesProperties extends java.lang.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 class
MyfacesProperties.Annotation
Annotation class of useCdiForAnnotationScanning and scanPackages properties.static class
MyfacesProperties.Spi
Spi class of injectionProvider property..static class
MyfacesProperties.Validator
Validator class of beanBeforeJsfValidation property.
-
Constructor Summary
Constructors Constructor Description MyfacesProperties()
-