org.apache.myfaces.application.pss
Class PartialTreeStructureManager

java.lang.Object
  extended by org.apache.myfaces.application.pss.PartialTreeStructureManager

public class PartialTreeStructureManager
extends java.lang.Object

Author:
Martin Haimberger

Field Summary
static java.lang.String PARTIAL_STATE_CLASS_IDS
           
 
Constructor Summary
PartialTreeStructureManager(javax.faces.context.FacesContext facesContext)
           
 
Method Summary
 java.lang.Object buildTreeStructureToSave(javax.faces.component.UIViewRoot viewRoot, javax.faces.context.FacesContext facesContext)
           
 javax.faces.component.UIViewRoot restoreTreeStructure(javax.faces.context.FacesContext facesContext, java.lang.Object treeStructRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARTIAL_STATE_CLASS_IDS

public static final java.lang.String PARTIAL_STATE_CLASS_IDS
Constructor Detail

PartialTreeStructureManager

public PartialTreeStructureManager(javax.faces.context.FacesContext facesContext)
Method Detail

buildTreeStructureToSave

public java.lang.Object buildTreeStructureToSave(javax.faces.component.UIViewRoot viewRoot,
                                                 javax.faces.context.FacesContext facesContext)

restoreTreeStructure

public javax.faces.component.UIViewRoot restoreTreeStructure(javax.faces.context.FacesContext facesContext,
                                                             java.lang.Object treeStructRoot)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.