Package | Description |
---|---|
javax.faces.application | |
javax.faces.context |
Modifier and Type | Method and Description |
---|---|
abstract UIViewRoot |
ViewHandler.createView(FacesContext context,
String viewId)
Build a root node for a component tree.
|
UIViewRoot |
ViewHandlerWrapper.createView(FacesContext context,
String viewId) |
protected UIViewRoot |
StateManager.restoreTreeStructure(FacesContext context,
String viewId,
String renderKitId)
Deprecated.
|
protected UIViewRoot |
StateManagerWrapper.restoreTreeStructure(FacesContext context,
String viewId,
String renderKitId) |
abstract UIViewRoot |
ViewHandler.restoreView(FacesContext context,
String viewId)
Handle a "postback" request by recreating the component tree that was most recently
presented to the user for the specified view.
|
UIViewRoot |
ViewHandlerWrapper.restoreView(FacesContext context,
String viewId) |
abstract UIViewRoot |
StateManager.restoreView(FacesContext context,
String viewId,
String renderKitId) |
UIViewRoot |
StateManagerWrapper.restoreView(FacesContext context,
String viewId,
String renderKitId) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ViewHandler.renderView(FacesContext context,
UIViewRoot viewToRender)
Combine the output of all the components in the viewToRender with data from the
original view template (if any) and write the result to context.externalContext.response.
|
void |
ViewHandlerWrapper.renderView(FacesContext context,
UIViewRoot viewToRender) |
protected void |
StateManager.restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
String renderKitId)
Deprecated.
|
protected void |
StateManagerWrapper.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 © 2013 Apache Software Foundation. All Rights Reserved.