Package | Description |
---|---|
javax.faces.application | |
javax.faces.context |
Modifier and Type | Method and Description |
---|---|
abstract UIViewRoot |
ViewHandler.createView(FacesContext context,
String viewId) |
protected abstract UIViewRoot |
StateManager.restoreTreeStructure(FacesContext context,
String viewId,
String renderKitId) |
abstract UIViewRoot |
ViewHandler.restoreView(FacesContext context,
String viewId) |
abstract UIViewRoot |
StateManager.restoreView(FacesContext context,
String viewId,
String renderKitId) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ViewHandler.renderView(FacesContext context,
UIViewRoot viewToRender) |
protected abstract void |
StateManager.restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
String renderKitId) |
Modifier and Type | Method and Description |
---|---|
abstract UIViewRoot |
FacesContext.getViewRoot() |
Modifier and Type | Method and Description |
---|---|
abstract void |
FacesContext.setViewRoot(UIViewRoot root) |
Copyright © 2012 Apache Software Foundation. All Rights Reserved.