Class JavaxFaces2_0Properties.Partial

  • Enclosing class:
    JavaxFaces2_0Properties

    public static class JavaxFaces2_0Properties.Partial
    extends Object
    Partial class for execute, render and resetValues parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      Partial()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(Object other)  
      boolean equals​(Object o)  
      Boolean getExecute()
      The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.
      Boolean getRender()
      The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.
      int hashCode()  
      void setExecute​(Boolean execute)
      The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.
      void setRender​(Boolean render)
      The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.
      String toString()  
    • Constructor Detail

      • Partial

        public Partial()
    • Method Detail

      • getExecute

        public Boolean getExecute()
        The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.
        Since:
        2.0
      • getRender

        public Boolean getRender()
        The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.
        Since:
        2.0
      • setExecute

        public void setExecute​(Boolean execute)
        The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Apply Request Values, Process Validations, and Update Model Values phases of the request processing lifecycle.
        Since:
        2.0
      • setRender

        public void setRender​(Boolean render)
        The request parameter name whose request parameter value is a Collection of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.
        Since:
        2.0
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object