Class JavaxFaces2_1Properties

    • Constructor Detail

      • JavaxFaces2_1Properties

        public JavaxFaces2_1Properties()
    • Method Detail

      • getHonorCurrentComponentAttributes

        public Boolean getHonorCurrentComponentAttributes()
        The ServletContext init parameter consulted by the UIComponent to tell whether or not the UIComponent.CURRENT_COMPONENT and UIComponent.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 and UIComponent.CURRENT_COMPOSITE_COMPONENT method is not honored. If this parameter is set to true, the contract is honored.

      • setHonorCurrentComponentAttributes

        public void setHonorCurrentComponentAttributes​(Boolean honorCurrentComponentAttributes)
        The ServletContext init parameter consulted by the UIComponent to tell whether or not the UIComponent.CURRENT_COMPONENT and UIComponent.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 and UIComponent.CURRENT_COMPOSITE_COMPONENT method is not honored. If this parameter is set to true, the contract is honored.

      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object