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
 UIViewRoot ViewHandlerWrapper.createView(FacesContext context, java.lang.String viewId)
           
abstract  UIViewRoot ViewHandler.createView(FacesContext context, java.lang.String viewId)
           
protected  UIViewRoot StateManagerWrapper.restoreTreeStructure(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
           
protected  UIViewRoot StateManager.restoreTreeStructure(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
          Deprecated.  
 UIViewRoot ViewHandlerWrapper.restoreView(FacesContext context, java.lang.String viewId)
           
abstract  UIViewRoot ViewHandler.restoreView(FacesContext context, java.lang.String viewId)
           
 UIViewRoot StateManagerWrapper.restoreView(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
           
abstract  UIViewRoot StateManager.restoreView(FacesContext context, java.lang.String viewId, java.lang.String renderKitId)
           
 

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

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 © 2007 Apache Software Foundation. All Rights Reserved.