Class JavaxFaces2_1Properties

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      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.
      int hashCode()  
      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.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JavaxFaces2_1Properties

        public JavaxFaces2_1Properties()
    • Method Detail

      • getHonorCurrentComponentAttributes

        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.

      • setHonorCurrentComponentAttributes

        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.

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object