Uses of Class
javax.faces.component.UIViewRoot

Packages that use UIViewRoot
javax.faces.application   
javax.faces.context   
 

Uses of UIViewRoot in javax.faces.application
 

Methods in javax.faces.application that return UIViewRoot
abstract  UIViewRoot StateManager.restoreView(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
           
protected abstract  UIViewRoot StateManager.restoreTreeStructure(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
           
abstract  UIViewRoot ViewHandler.createView(FacesContext context, java.lang.String viewId)
           
abstract  UIViewRoot ViewHandler.restoreView(FacesContext context, java.lang.String viewId)
           
 

Methods in javax.faces.application with parameters of type UIViewRoot
protected abstract  void StateManager.restoreComponentState(FacesContext context, UIViewRoot viewRoot, java.lang.String renderKitId)
           
abstract  void ViewHandler.renderView(FacesContext context, UIViewRoot viewToRender)
           
 

Uses of UIViewRoot in javax.faces.context
 

Methods in javax.faces.context that return UIViewRoot
abstract  UIViewRoot FacesContext.getViewRoot()
           
 

Methods in javax.faces.context with parameters of type UIViewRoot
abstract  void FacesContext.setViewRoot(UIViewRoot root)
           
 



Copyright 2006 Apache Software Foundation. All Rights Reserved.