@ConfigurationProperties(prefix="jsf") public class JavaxFaces2_1Properties extends java.lang.Object implements ServletContextInitParameterProperties
Configuration properties
for JSF 2.1.Constructor and Description |
---|
JavaxFaces2_1Properties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getHonorCurrentComponentAttributes()
The |
int |
hashCode() |
void |
setHonorCurrentComponentAttributes(java.lang.Boolean honorCurrentComponentAttributes)
The |
java.lang.String |
toString() |
public java.lang.Boolean getHonorCurrentComponentAttributes()
The ServletContext
init
parameter consulted by the UIComponent
to tell whether or
not the #CURRENT_COMPONENT
and
#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 #CURRENT_COMPONENT
and
#CURRENT_COMPOSITE_COMPONENT
method is not honored. If this
parameter is set to true, the contract is honored.
public void setHonorCurrentComponentAttributes(java.lang.Boolean honorCurrentComponentAttributes)
The ServletContext
init
parameter consulted by the UIComponent
to tell whether or
not the #CURRENT_COMPONENT
and
#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 #CURRENT_COMPONENT
and
#CURRENT_COMPOSITE_COMPONENT
method is not honored. If this
parameter is set to true, the contract is honored.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object