com.sun.faces.util
public class ComponentStruct extends java.lang.Object implements javax.faces.component.StateHolder
Modifier and Type | Field and Description |
---|---|
java.lang.String |
action |
static java.lang.String |
ADD
Marker that specifies this is an ADD.
|
java.lang.String |
clientId |
java.lang.String |
facetName |
java.lang.String |
id |
java.lang.String |
parentClientId |
static java.lang.String |
REMOVE
Marker that specifies this is a REMOVE.
|
Constructor and Description |
---|
ComponentStruct() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode()
Hash code.
|
boolean |
isTransient() |
void |
restoreState(javax.faces.context.FacesContext ctx,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext ctx) |
void |
setTransient(boolean trans) |
public static final java.lang.String ADD
public static final java.lang.String REMOVE
public java.lang.String action
public java.lang.String parentClientId
public java.lang.String id
public java.lang.String clientId
public java.lang.String facetName
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext ctx, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
public java.lang.Object saveState(javax.faces.context.FacesContext ctx)
saveState
in interface javax.faces.component.StateHolder
public void setTransient(boolean trans)
setTransient
in interface javax.faces.component.StateHolder
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.