public static class JavaxFaces2_0Properties.Partial
extends java.lang.Object
| Constructor and Description |
|---|
Partial() |
| Modifier and Type | Method and 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 a
|
java.lang.Boolean |
getRender()
The request parameter name whose request parameter value is a
|
int |
hashCode() |
void |
setExecute(java.lang.Boolean execute)
The request parameter name whose request parameter value is a
|
void |
setRender(java.lang.Boolean render)
The request parameter name whose request parameter value is a
|
java.lang.String |
toString() |
public java.lang.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.
public java.lang.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.
public void setExecute(java.lang.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.
public void setRender(java.lang.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.
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object