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 ViewHandler.createView(FacesContext context, String viewId)
          Build a root node for a component tree.
protected abstract  UIViewRoot StateManager.restoreTreeStructure(FacesContext context, String viewId, String renderKitId)
           
abstract  UIViewRoot ViewHandler.restoreView(FacesContext context, String viewId)
          Handle a "postback" request by recreating the component tree that was most recently presented to the user for the specified view.
abstract  UIViewRoot StateManager.restoreView(FacesContext context, String viewId, String renderKitId)
           
 

Methods in javax.faces.application with parameters of type UIViewRoot
abstract  void ViewHandler.renderView(FacesContext context, UIViewRoot viewToRender)
          Combine the output of all the components in the viewToRender with data from the original view template (if any) and write the result to context.externalContext.response.
protected abstract  void StateManager.restoreComponentState(FacesContext context, UIViewRoot viewRoot, String renderKitId)
           
 

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