Uses of Class
org.eclnt.jsfserver.base.faces.component.UIViewRoot
Packages that use UIViewRoot
Package
Description
-
Uses of UIViewRoot in org.eclnt.jsfserver.base.faces.application
Methods in org.eclnt.jsfserver.base.faces.application that return UIViewRootModifier and TypeMethodDescriptionViewHandler.createView
(FacesContext context, String viewId) protected UIViewRoot
StateManager.restoreTreeStructure
(FacesContext context, String viewId, String renderKitId) StateManager.restoreView
(FacesContext context, String viewId, String renderKitId) ViewHandler.restoreView
(FacesContext context, String viewId) Methods in org.eclnt.jsfserver.base.faces.application with parameters of type UIViewRootModifier and TypeMethodDescriptionvoid
ViewHandler.renderView
(FacesContext context, UIViewRoot viewToRender) protected void
StateManager.restoreComponentState
(FacesContext context, UIViewRoot viewRoot, String renderKitId) -
Uses of UIViewRoot in org.eclnt.jsfserver.base.faces.context
Methods in org.eclnt.jsfserver.base.faces.context that return UIViewRoot -
Uses of UIViewRoot in org.eclnt.jsfserver.util
Methods in org.eclnt.jsfserver.util that return UIViewRootModifier and TypeMethodDescriptionCCViewHandler.createView
(FacesContext context, String viewId) CCSessionState.getViewRoot()
protected UIViewRoot
CCStateManager.restoreTreeStructure
(FacesContext context, String viewId, String renderKitId) CCStateManager.restoreView
(FacesContext context, String viewId, String renderKitId) CCViewHandler.restoreView
(FacesContext context, String viewId) Methods in org.eclnt.jsfserver.util with parameters of type UIViewRootModifier and TypeMethodDescriptionvoid
CCViewHandler.renderView
(FacesContext context, UIViewRoot viewToRender) protected void
CCStateManager.restoreComponentState
(FacesContext context, UIViewRoot viewRoot, String renderKitId) void
CCSessionState.setViewRoot
(UIViewRoot viewRoot)