Uses of Class
javax.faces.component.UIViewRoot
-
Packages that use UIViewRoot Package Description javax.faces.application javax.faces.context javax.faces.event javax.faces.view -
-
Uses of UIViewRoot in javax.faces.application
Methods in javax.faces.application that return UIViewRoot Modifier and Type Method Description abstract UIViewRoot
ViewHandler. createView(FacesContext context, String viewId)
Build a root node for a component tree.UIViewRoot
ViewHandlerWrapper. createView(FacesContext context, String viewId)
protected UIViewRoot
StateManager. restoreTreeStructure(FacesContext context, String viewId, String renderKitId)
Deprecated.protected UIViewRoot
StateManagerWrapper. restoreTreeStructure(FacesContext context, String viewId, String renderKitId)
abstract UIViewRoot
StateManager. restoreView(FacesContext context, String viewId, String renderKitId)
Deprecated.UIViewRoot
StateManagerWrapper. restoreView(FacesContext context, String viewId, String renderKitId)
abstract UIViewRoot
ViewHandler. restoreView(FacesContext context, String viewId)
Perform whatever actions are required to restore the view associated with the specified FacesContext and viewId.UIViewRoot
ViewHandlerWrapper. restoreView(FacesContext context, String viewId)
Methods in javax.faces.application with parameters of type UIViewRoot Modifier and Type Method Description 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.void
ViewHandlerWrapper. renderView(FacesContext context, UIViewRoot viewToRender)
protected void
StateManager. restoreComponentState(FacesContext context, UIViewRoot viewRoot, String renderKitId)
Deprecated.protected void
StateManagerWrapper. restoreComponentState(FacesContext context, UIViewRoot viewRoot, String renderKitId)
-
Uses of UIViewRoot in javax.faces.context
Methods in javax.faces.context that return UIViewRoot Modifier and Type Method Description abstract UIViewRoot
FacesContext. getViewRoot()
UIViewRoot
FacesContextWrapper. getViewRoot()
Methods in javax.faces.context with parameters of type UIViewRoot Modifier and Type Method Description abstract void
FacesContext. setViewRoot(UIViewRoot root)
void
FacesContextWrapper. setViewRoot(UIViewRoot root)
-
Uses of UIViewRoot in javax.faces.event
Constructors in javax.faces.event with parameters of type UIViewRoot Constructor Description PostConstructViewMapEvent(UIViewRoot root)
PostConstructViewMapEvent(FacesContext facesContext, UIViewRoot root)
PostRenderViewEvent(UIViewRoot root)
PostRenderViewEvent(FacesContext facesContext, UIViewRoot root)
PreDestroyViewMapEvent(UIViewRoot root)
PreDestroyViewMapEvent(FacesContext facesContext, UIViewRoot root)
PreRenderViewEvent(UIViewRoot root)
PreRenderViewEvent(FacesContext facesContext, UIViewRoot root)
-
Uses of UIViewRoot in javax.faces.view
Methods in javax.faces.view that return UIViewRoot Modifier and Type Method Description abstract UIViewRoot
ViewMetadata. createMetadataView(FacesContext context)
abstract UIViewRoot
ViewDeclarationLanguage. createView(FacesContext context, String viewId)
UIViewRoot
ViewDeclarationLanguageWrapper. createView(FacesContext context, String viewId)
abstract UIViewRoot
StateManagementStrategy. restoreView(FacesContext context, String viewId, String renderKitId)
abstract UIViewRoot
ViewDeclarationLanguage. restoreView(FacesContext context, String viewId)
UIViewRoot
ViewDeclarationLanguageWrapper. restoreView(FacesContext context, String viewId)
Methods in javax.faces.view with parameters of type UIViewRoot Modifier and Type Method Description abstract void
ViewDeclarationLanguage. buildView(FacesContext context, UIViewRoot view)
void
ViewDeclarationLanguageWrapper. 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)
abstract void
ViewDeclarationLanguage. renderView(FacesContext context, UIViewRoot view)
void
ViewDeclarationLanguageWrapper. renderView(FacesContext context, UIViewRoot view)
-