Uses of Class
jakarta.faces.component.UIViewRoot
Packages that use UIViewRoot
Package
Description
-
Uses of UIViewRoot in com.sun.faces.application.view
Methods in com.sun.faces.application.view that return UIViewRootModifier and TypeMethodDescriptionViewMetadataImpl.createMetadataView(FacesContext context) FaceletViewHandlingStrategy.createView(FacesContext ctx, String viewId) MultiViewHandler.createView(FacesContext context, String viewId) Derive the physical view ID (i.e.ViewHandlingStrategy.createView(FacesContext ctx, String viewId) FaceletFullStateManagementStrategy.restoreView(FacesContext context, String viewId, String renderKitId) Restore the view.FaceletPartialStateManagementStrategy.restoreView(FacesContext context, String viewId, String renderKitId) Restore the view.FaceletViewHandlingStrategy.restoreView(FacesContext context, String viewId) IfUIDebug.debugRequest(jakarta.faces.context.FacesContext)} istrue, simply return a new UIViewRoot(), otherwise, call the default logic.MultiViewHandler.restoreView(FacesContext context, String viewId) ViewHandlingStrategy.restoreView(FacesContext ctx, String viewId) Methods in com.sun.faces.application.view with parameters of type UIViewRootModifier and TypeMethodDescriptionvoidFaceletViewHandlingStrategy.buildView(FacesContext ctx, UIViewRoot view) voidViewScopeContextManager.fireDestroyedEvent(FacesContext facesContext, UIViewRoot root) voidViewScopedCDIEventFireHelper.fireDestroyedEvent(UIViewRoot root) voidViewScopedCDIEventFireHelperImpl.fireDestroyedEvent(UIViewRoot root) voidViewScopeContextManager.fireInitializedEvent(FacesContext facesContext, UIViewRoot root) voidViewScopedCDIEventFireHelper.fireInitializedEvent(UIViewRoot root) voidViewScopedCDIEventFireHelperImpl.fireInitializedEvent(UIViewRoot root) voidFaceletViewHandlingStrategy.renderView(FacesContext ctx, UIViewRoot viewToRender) voidMultiViewHandler.renderView(FacesContext context, UIViewRoot viewToRender) CallViewDeclarationLanguage.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot)if the view can be rendered. -
Uses of UIViewRoot in com.sun.faces.config
Methods in com.sun.faces.config that return UIViewRoot -
Uses of UIViewRoot in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext with parameters of type UIViewRoot -
Uses of UIViewRoot in com.sun.faces.context
Methods in com.sun.faces.context that return UIViewRootMethods in com.sun.faces.context with parameters of type UIViewRootModifier and TypeMethodDescriptionvoidFacesContextImpl.setViewRoot(UIViewRoot root) voidStateContext.startTrackViewModifications(FacesContext ctx, UIViewRoot root) Installs aSystemEventListeneron theUIViewRootto track components added to or removed from the view. -
Uses of UIViewRoot in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces that return UIViewRootModifier and TypeMethodDescriptionstatic UIViewRootComponentSupport.getViewRoot(FaceletContext ctx, UIComponent parent) Tries to walk up the parent to find the UIViewRoot, if not found, then go to FaceletContext's FacesContext for the view root. -
Uses of UIViewRoot in com.sun.faces.util
Methods in com.sun.faces.util with parameters of type UIViewRootModifier and TypeMethodDescriptionstatic booleanUtil.isViewPopulated(FacesContext ctx, UIViewRoot viewToRender) static voidUtil.setViewPopulated(FacesContext ctx, UIViewRoot viewToRender) Flag the specifiedUIViewRootas populated. -
Uses of UIViewRoot in jakarta.faces.application
Methods in jakarta.faces.application that return UIViewRootModifier and TypeMethodDescriptionabstract UIViewRootViewHandler.createView(FacesContext context, String viewId) Create and return a newUIViewRootinstance initialized with information from the argumentFacesContextandviewId.ViewHandlerWrapper.createView(FacesContext context, String viewId) The default behavior of this method is to callViewHandler.createView(jakarta.faces.context.FacesContext, String)on the wrappedViewHandlerobject.abstract UIViewRootViewHandler.restoreView(FacesContext context, String viewId) Perform whatever actions are required to restore the view associated with the specifiedFacesContextandviewId.ViewHandlerWrapper.restoreView(FacesContext context, String viewId) The default behavior of this method is to callViewHandler.restoreView(jakarta.faces.context.FacesContext, String)on the wrappedViewHandlerobject.Methods in jakarta.faces.application with parameters of type UIViewRootModifier and TypeMethodDescriptionabstract voidViewHandler.renderView(FacesContext context, UIViewRoot viewToRender) Perform whatever actions are required to render the response view to the response object associated with the currentFacesContext.voidViewHandlerWrapper.renderView(FacesContext context, UIViewRoot viewToRender) The default behavior of this method is to callViewHandler.renderView(jakarta.faces.context.FacesContext, jakarta.faces.component.UIViewRoot)on the wrappedViewHandlerobject. -
Uses of UIViewRoot in jakarta.faces.context
Methods in jakarta.faces.context that return UIViewRootModifier and TypeMethodDescriptionabstract UIViewRootFacesContext.getViewRoot()Return the root component that is associated with the this request.FacesContextWrapper.getViewRoot()The default behavior of this method is to callFacesContext.getViewRoot()on the wrappedFacesContextobject.Methods in jakarta.faces.context with parameters of type UIViewRootModifier and TypeMethodDescriptionabstract voidFacesContext.setViewRoot(UIViewRoot root) Set the root component that is associated with this request.voidFacesContextWrapper.setViewRoot(UIViewRoot root) The default behavior of this method is to callFacesContext.setViewRoot(UIViewRoot)on the wrappedFacesContextobject. -
Uses of UIViewRoot in jakarta.faces.event
Constructors in jakarta.faces.event with parameters of type UIViewRootModifierConstructorDescriptionInstantiate a newPostConstructViewMapEventthat indicates the argumentrootwas just associated with its view map.PostConstructViewMapEvent(FacesContext facesContext, UIViewRoot root) Instantiate a newPostConstructViewMapEventthat indicates the argumentrootwas just associated with its view map.Instantiate a newPostRenderViewEventthat indicates the argumentroothas just been rendered.PostRenderViewEvent(FacesContext facesContext, UIViewRoot root) Instantiate a newPostRenderViewEventthat indicates the argumentroothas just been rendered.Instantiate a newViewMapDestroydEventthat indicates the argumentrootjust had its associated view map destroyed.PreDestroyViewMapEvent(FacesContext facesContext, UIViewRoot root) Instantiate a newViewMapDestroydEventthat indicates the argumentrootjust had its associated view map destroyed.PreRenderViewEvent(UIViewRoot root) Instantiate a newPreRenderViewEventthat indicates the argumentrootis about to be rendered.PreRenderViewEvent(FacesContext facesContext, UIViewRoot root) Instantiate a newPreRenderViewEventthat indicates the argumentrootis about to be rendered. -
Uses of UIViewRoot in jakarta.faces.view
Methods in jakarta.faces.view that return UIViewRootModifier and TypeMethodDescriptionabstract UIViewRootViewMetadata.createMetadataView(FacesContext context) Creates a newUIViewRootcontaining only view parameter metadata.abstract UIViewRootViewDeclarationLanguage.createView(FacesContext context, String viewId) Create aUIViewRootfrom the VDL contained in the artifact referenced by the argumentviewId.ViewDeclarationLanguageWrapper.createView(FacesContext context, String viewId) abstract UIViewRootStateManagementStrategy.restoreView(FacesContext context, String viewId, String renderKitId) Restore the state of the view with information in the request.abstract UIViewRootViewDeclarationLanguage.restoreView(FacesContext context, String viewId) Restore aUIViewRootfrom a previously created view.ViewDeclarationLanguageWrapper.restoreView(FacesContext context, String viewId) Methods in jakarta.faces.view with parameters of type UIViewRootModifier and TypeMethodDescriptionabstract voidViewDeclarationLanguage.buildView(FacesContext context, UIViewRoot root) Take any actions specific to this VDL implementation to cause the argumentUIViewRootwhich must have been created via a call toViewDeclarationLanguage.createView(jakarta.faces.context.FacesContext, java.lang.String), to be populated with children.voidViewDeclarationLanguageWrapper.buildView(FacesContext context, UIViewRoot root) static Collection<UIImportConstants> ViewMetadata.getImportConstants(UIViewRoot root) Utility method to extract view metadata from the providedUIViewRoot.static Collection<UIViewAction> ViewMetadata.getViewActions(UIViewRoot root) Utility method to extract view metadata from the providedUIViewRoot.static Collection<UIViewParameter> ViewMetadata.getViewParameters(UIViewRoot root) Utility method to extract view metadata from the providedUIViewRoot.static booleanViewMetadata.hasMetadata(UIViewRoot root) Utility method to determine if the the providedUIViewRoothas metadata.abstract voidViewDeclarationLanguage.renderView(FacesContext context, UIViewRoot view) Render a view rooted at argumentview.voidViewDeclarationLanguageWrapper.renderView(FacesContext context, UIViewRoot view)