public abstract class ViewHandlingStrategy
extends javax.faces.view.ViewDeclarationLanguage
This represents how a particular page description language is to be rendered/restored.
Modifier and Type | Field and Description |
---|---|
protected ApplicationAssociate |
associate |
private static java.util.logging.Logger |
logger |
protected WebConfiguration |
webConfig |
Constructor and Description |
---|
ViewHandlingStrategy() |
Modifier and Type | Method and Description |
---|---|
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext ctx,
java.lang.String viewId) |
abstract boolean |
handlesViewId(java.lang.String viewId) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext ctx,
java.lang.String viewId) |
buildView, calculateResourceLibraryContracts, createComponent, getComponentMetadata, getId, getScriptComponentResource, getStateManagementStrategy, getViewMetadata, renderView, retargetAttachedObjects, retargetMethodExpressions, viewExists
private static final java.util.logging.Logger logger
protected ApplicationAssociate associate
protected WebConfiguration webConfig
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext ctx, java.lang.String viewId)
restoreView
in class javax.faces.view.ViewDeclarationLanguage
ViewDeclarationLanguage.restoreView(javax.faces.context.FacesContext, String)
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext ctx, java.lang.String viewId)
createView
in class javax.faces.view.ViewDeclarationLanguage
ViewDeclarationLanguage.createView(javax.faces.context.FacesContext, String)
public abstract boolean handlesViewId(java.lang.String viewId)
viewId
- the view IDtrue
if this ViewHandlingStrategy
handles the the view type represented by viewId
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.