Class JavaxFaces2_0Properties.Partial
- java.lang.Object
-
- org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_0Properties.Partial
-
- Enclosing class:
- JavaxFaces2_0Properties
public static class JavaxFaces2_0Properties.Partial extends java.lang.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(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.Boolean
getExecute()
The request parameter name whose request parameter value is aCollection
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.java.lang.Boolean
getRender()
The request parameter name whose request parameter value is aCollection
of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.int
hashCode()
void
setExecute(java.lang.Boolean execute)
The request parameter name whose request parameter value is aCollection
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(java.lang.Boolean render)
The request parameter name whose request parameter value is aCollection
of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.java.lang.String
toString()
-
-
-
Method Detail
-
getExecute
public java.lang.Boolean getExecute()
The request parameter name whose request parameter value is aCollection
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 java.lang.Boolean getRender()
The request parameter name whose request parameter value is aCollection
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(java.lang.Boolean execute)
The request parameter name whose request parameter value is aCollection
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(java.lang.Boolean render)
The request parameter name whose request parameter value is aCollection
of client identifiers identifying the components that must be processed during the Render Response phase of the request processing lifecycle.- Since:
- 2.0
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-