|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIViewRoot | |
---|---|
javax.faces.application | |
javax.faces.context |
Uses of UIViewRoot in javax.faces.application |
---|
Methods in javax.faces.application that return UIViewRoot | |
---|---|
abstract UIViewRoot |
ViewHandler.createView(FacesContext context,
java.lang.String viewId)
|
protected abstract UIViewRoot |
StateManager.restoreTreeStructure(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
|
abstract UIViewRoot |
ViewHandler.restoreView(FacesContext context,
java.lang.String viewId)
|
abstract UIViewRoot |
StateManager.restoreView(FacesContext context,
java.lang.String viewId,
java.lang.String renderKitId)
|
Methods in javax.faces.application with parameters of type UIViewRoot | |
---|---|
abstract void |
ViewHandler.renderView(FacesContext context,
UIViewRoot viewToRender)
|
protected abstract void |
StateManager.restoreComponentState(FacesContext context,
UIViewRoot viewRoot,
java.lang.String renderKitId)
|
Uses of UIViewRoot in javax.faces.context |
---|
Methods in javax.faces.context that return UIViewRoot | |
---|---|
abstract UIViewRoot |
FacesContext.getViewRoot()
|
Methods in javax.faces.context with parameters of type UIViewRoot | |
---|---|
abstract void |
FacesContext.setViewRoot(UIViewRoot root)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |