Uses of Class
jakarta.faces.component.UIViewRoot
Packages that use UIViewRoot
Package
Description
-
Uses of UIViewRoot in jakarta.faces.application
Methods in jakarta.faces.application that return UIViewRootModifier and TypeMethodDescriptionabstract UIViewRoot
ViewHandler.createView
(FacesContext context, String viewId) Build a root node for a component tree.ViewHandlerWrapper.createView
(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.ViewHandlerWrapper.restoreView
(FacesContext context, String viewId) Methods in jakarta.faces.application with parameters of type UIViewRootModifier and TypeMethodDescriptionabstract 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) -
Uses of UIViewRoot in jakarta.faces.context
Methods in jakarta.faces.context that return UIViewRootModifier and TypeMethodDescriptionabstract UIViewRoot
FacesContext.getViewRoot()
FacesContextWrapper.getViewRoot()
Methods in jakarta.faces.context with parameters of type UIViewRootModifier and TypeMethodDescriptionabstract void
FacesContext.setViewRoot
(UIViewRoot root) void
FacesContextWrapper.setViewRoot
(UIViewRoot root) -
Uses of UIViewRoot in jakarta.faces.event
Constructors in jakarta.faces.event with parameters of type UIViewRootModifierConstructorDescriptionPostConstructViewMapEvent
(FacesContext facesContext, UIViewRoot root) PostRenderViewEvent
(FacesContext facesContext, UIViewRoot root) PreDestroyViewMapEvent
(FacesContext facesContext, UIViewRoot root) PreRenderViewEvent
(UIViewRoot root) PreRenderViewEvent
(FacesContext facesContext, UIViewRoot root) -
Uses of UIViewRoot in jakarta.faces.view
Methods in jakarta.faces.view that return UIViewRootModifier and TypeMethodDescriptionabstract UIViewRoot
ViewMetadata.createMetadataView
(FacesContext context) abstract UIViewRoot
ViewDeclarationLanguage.createView
(FacesContext context, String viewId) ViewDeclarationLanguageWrapper.createView
(FacesContext context, String viewId) abstract UIViewRoot
StateManagementStrategy.restoreView
(FacesContext context, String viewId, String renderKitId) abstract UIViewRoot
ViewDeclarationLanguage.restoreView
(FacesContext context, String viewId) ViewDeclarationLanguageWrapper.restoreView
(FacesContext context, String viewId) Methods in jakarta.faces.view with parameters of type UIViewRootModifier and TypeMethodDescriptionabstract 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)