| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.context | |
| javax.faces.event | |
| javax.faces.view | 
| Modifier and Type | Method and Description | 
|---|---|
| UIViewRoot | ViewHandlerWrapper. createView(FacesContext context,
          String viewId) | 
| abstract UIViewRoot | ViewHandler. createView(FacesContext context,
          String viewId)Build a root node for a component tree. | 
| protected UIViewRoot | StateManager. restoreTreeStructure(FacesContext context,
                    String viewId,
                    String renderKitId)Deprecated.   | 
| protected UIViewRoot | StateManagerWrapper. restoreTreeStructure(FacesContext context,
                    String viewId,
                    String renderKitId) | 
| UIViewRoot | ViewHandlerWrapper. restoreView(FacesContext context,
           String viewId) | 
| abstract UIViewRoot | ViewHandler. restoreView(FacesContext context,
           String viewId)Perform whatever actions are required to restore the view associated with the
 specified FacesContext and viewId. | 
| abstract UIViewRoot | StateManager. restoreView(FacesContext context,
           String viewId,
           String renderKitId)Deprecated.  | 
| UIViewRoot | StateManagerWrapper. restoreView(FacesContext context,
           String viewId,
           String renderKitId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ViewHandlerWrapper. renderView(FacesContext context,
          UIViewRoot viewToRender) | 
| abstract void | ViewHandler. renderView(FacesContext context,
          UIViewRoot viewToRender)Perform whatever actions are required to render the response view to the
  response object associated with the current FacesContext. | 
| protected void | StateManager. restoreComponentState(FacesContext context,
                     UIViewRoot viewRoot,
                     String renderKitId)Deprecated.   | 
| protected void | StateManagerWrapper. restoreComponentState(FacesContext context,
                     UIViewRoot viewRoot,
                     String renderKitId) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract UIViewRoot | FacesContext. getViewRoot() | 
| UIViewRoot | FacesContextWrapper. getViewRoot() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | FacesContext. setViewRoot(UIViewRoot root) | 
| void | FacesContextWrapper. setViewRoot(UIViewRoot root) | 
| Constructor and Description | 
|---|
| PostConstructViewMapEvent(FacesContext facesContext,
                         UIViewRoot root) | 
| PostConstructViewMapEvent(UIViewRoot root) | 
| PostRenderViewEvent(FacesContext facesContext,
                   UIViewRoot root) | 
| PostRenderViewEvent(UIViewRoot root) | 
| PreDestroyViewMapEvent(FacesContext facesContext,
                      UIViewRoot root) | 
| PreDestroyViewMapEvent(UIViewRoot root) | 
| PreRenderViewEvent(FacesContext facesContext,
                  UIViewRoot root) | 
| PreRenderViewEvent(UIViewRoot root) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract UIViewRoot | ViewMetadata. createMetadataView(FacesContext context) | 
| UIViewRoot | ViewDeclarationLanguageWrapper. createView(FacesContext context,
          String viewId) | 
| abstract UIViewRoot | ViewDeclarationLanguage. createView(FacesContext context,
          String viewId) | 
| UIViewRoot | ViewDeclarationLanguageWrapper. restoreView(FacesContext context,
           String viewId) | 
| abstract UIViewRoot | ViewDeclarationLanguage. restoreView(FacesContext context,
           String viewId) | 
| abstract UIViewRoot | StateManagementStrategy. restoreView(FacesContext context,
           String viewId,
           String renderKitId) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ViewDeclarationLanguageWrapper. buildView(FacesContext context,
         UIViewRoot view) | 
| abstract void | ViewDeclarationLanguage. buildView(FacesContext context,
         UIViewRoot view) | 
| static Collection<UIImportConstants> | ViewMetadata. getImportConstants(UIViewRoot root) | 
| static Collection<UIViewAction> | ViewMetadata. getViewActions(UIViewRoot root) | 
| static Collection<UIViewParameter> | ViewMetadata. getViewParameters(UIViewRoot root) | 
| static boolean | ViewMetadata. hasMetadata(UIViewRoot root) | 
| void | ViewDeclarationLanguageWrapper. renderView(FacesContext context,
          UIViewRoot view) | 
| abstract void | ViewDeclarationLanguage. renderView(FacesContext context,
          UIViewRoot view) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.