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 properties
for JSF 2.1.
-
-
Constructor Summary
Constructors Constructor Description JavaxFaces2_1Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Boolean
getHonorCurrentComponentAttributes()
TheServletContext
init parameter consulted by theUIComponent
to tell whether or not theUIComponent.CURRENT_COMPONENT
andUIComponent.CURRENT_COMPOSITE_COMPONENT
attribute keys should be honored as specified.int
hashCode()
void
setHonorCurrentComponentAttributes(Boolean honorCurrentComponentAttributes)
TheServletContext
init parameter consulted by theUIComponent
to tell whether or not theUIComponent.CURRENT_COMPONENT
andUIComponent.CURRENT_COMPOSITE_COMPONENT
attribute keys should be honored as specified.String
toString()
-
-
-
Method Detail
-
getHonorCurrentComponentAttributes
public Boolean getHonorCurrentComponentAttributes()
TheServletContext
init parameter consulted by theUIComponent
to tell whether or not theUIComponent.CURRENT_COMPONENT
andUIComponent.CURRENT_COMPOSITE_COMPONENT
attribute keys should be honored as specified.If this parameter is not specified, or is set to false, the contract specified by the
UIComponent.CURRENT_COMPONENT
andUIComponent.CURRENT_COMPOSITE_COMPONENT
method is not honored. If this parameter is set to true, the contract is honored.
-
setHonorCurrentComponentAttributes
public void setHonorCurrentComponentAttributes(Boolean honorCurrentComponentAttributes)
TheServletContext
init parameter consulted by theUIComponent
to tell whether or not theUIComponent.CURRENT_COMPONENT
andUIComponent.CURRENT_COMPOSITE_COMPONENT
attribute keys should be honored as specified.If this parameter is not specified, or is set to false, the contract specified by the
UIComponent.CURRENT_COMPONENT
andUIComponent.CURRENT_COMPOSITE_COMPONENT
method is not honored. If this parameter is set to true, the contract is honored.
-
canEqual
protected boolean canEqual(Object other)
-
-