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 UIViewRootStateManager.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 TypeMethodDescriptionvoidViewHandler.renderView(FacesContext context, UIViewRoot viewToRender) protected voidStateManager.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 UIViewRootCCStateManager.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 TypeMethodDescriptionvoidCCViewHandler.renderView(FacesContext context, UIViewRoot viewToRender) protected voidCCStateManager.restoreComponentState(FacesContext context, UIViewRoot viewRoot, String renderKitId) voidCCSessionState.setViewRoot(UIViewRoot viewRoot)