Class JavaxFaces2_1Properties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_1Properties
 
- 
- All Implemented Interfaces:
- ServletContextInitParameterProperties
 
 @ConfigurationProperties(prefix="joinfaces.jsf") public class JavaxFaces2_1Properties extends Object implements ServletContextInitParameterProperties Configuration propertiesfor JSF 2.1.
- 
- 
Constructor SummaryConstructors Constructor Description JavaxFaces2_1Properties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetHonorCurrentComponentAttributes()TheServletContextinit parameter consulted by theUIComponentto tell whether or not theUIComponent.CURRENT_COMPONENTandUIComponent.CURRENT_COMPOSITE_COMPONENTattribute keys should be honored as specified.inthashCode()voidsetHonorCurrentComponentAttributes(Boolean honorCurrentComponentAttributes)TheServletContextinit parameter consulted by theUIComponentto tell whether or not theUIComponent.CURRENT_COMPONENTandUIComponent.CURRENT_COMPOSITE_COMPONENTattribute keys should be honored as specified.StringtoString()
 
- 
- 
- 
Method Detail- 
getHonorCurrentComponentAttributespublic Boolean getHonorCurrentComponentAttributes() TheServletContextinit parameter consulted by theUIComponentto tell whether or not theUIComponent.CURRENT_COMPONENTandUIComponent.CURRENT_COMPOSITE_COMPONENTattribute keys should be honored as specified.If this parameter is not specified, or is set to false, the contract specified by the UIComponent.CURRENT_COMPONENTandUIComponent.CURRENT_COMPOSITE_COMPONENTmethod is not honored. If this parameter is set to true, the contract is honored.
 - 
setHonorCurrentComponentAttributespublic void setHonorCurrentComponentAttributes(Boolean honorCurrentComponentAttributes) TheServletContextinit parameter consulted by theUIComponentto tell whether or not theUIComponent.CURRENT_COMPONENTandUIComponent.CURRENT_COMPOSITE_COMPONENTattribute keys should be honored as specified.If this parameter is not specified, or is set to false, the contract specified by the UIComponent.CURRENT_COMPONENTandUIComponent.CURRENT_COMPOSITE_COMPONENTmethod is not honored. If this parameter is set to true, the contract is honored.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-