com.sun.faces.application.view
private static class FaceletFullStateManagementStrategy.TreeNode extends java.lang.Object implements java.io.Externalizable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
componentType
Stores the component type.
|
java.lang.String |
id
Stores the id.
|
private static java.lang.String |
NULL_ID
Stores the NULL_ID constant.
|
int |
parent
Stores the parent.
|
private static long |
serialVersionUID
Stores the serial version UID.
|
Constructor and Description |
---|
FaceletFullStateManagementStrategy.TreeNode()
Constructor.
|
FaceletFullStateManagementStrategy.TreeNode(int parent,
javax.faces.component.UIComponent c)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
readExternal(java.io.ObjectInput in)
Read the tree node in.
|
void |
writeExternal(java.io.ObjectOutput out)
Write the tree node out.
|
private static final long serialVersionUID
private static final java.lang.String NULL_ID
public java.lang.String componentType
public java.lang.String id
public int parent
public FaceletFullStateManagementStrategy.TreeNode()
public FaceletFullStateManagementStrategy.TreeNode(int parent, javax.faces.component.UIComponent c)
parent
- the parent.c
- the component.public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
in
- the object input.java.io.IOException
- when an I/O error occurs.java.lang.ClassNotFoundException
- when the class could not be found.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- the object output.java.io.IOException
- when an I/O error occurs.Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.