public abstract class ViewDeclarationLanguageWrapper
extends javax.faces.view.ViewDeclarationLanguage
implements javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguage>
Constructor and Description |
---|
ViewDeclarationLanguageWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
buildView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot root) |
javax.faces.component.UIViewRoot |
createView(javax.faces.context.FacesContext context,
String viewId) |
BeanInfo |
getComponentMetadata(javax.faces.context.FacesContext context,
javax.faces.application.Resource componentResource) |
String |
getId() |
javax.faces.application.Resource |
getScriptComponentResource(javax.faces.context.FacesContext context,
javax.faces.application.Resource componentResource) |
javax.faces.view.StateManagementStrategy |
getStateManagementStrategy(javax.faces.context.FacesContext context,
String viewId) |
javax.faces.view.ViewMetadata |
getViewMetadata(javax.faces.context.FacesContext context,
String viewId) |
abstract javax.faces.view.ViewDeclarationLanguage |
getWrapped() |
void |
renderView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot view) |
javax.faces.component.UIViewRoot |
restoreView(javax.faces.context.FacesContext context,
String viewId) |
void |
retargetAttachedObjects(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent topLevelComponent,
List<javax.faces.view.AttachedObjectHandler> handlers) |
void |
retargetMethodExpressions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent topLevelComponent) |
boolean |
viewExists(javax.faces.context.FacesContext context,
String viewId) |
public abstract javax.faces.view.ViewDeclarationLanguage getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.view.ViewDeclarationLanguage>
public BeanInfo getComponentMetadata(javax.faces.context.FacesContext context, javax.faces.application.Resource componentResource)
getComponentMetadata
in class javax.faces.view.ViewDeclarationLanguage
public javax.faces.view.ViewMetadata getViewMetadata(javax.faces.context.FacesContext context, String viewId)
getViewMetadata
in class javax.faces.view.ViewDeclarationLanguage
public javax.faces.application.Resource getScriptComponentResource(javax.faces.context.FacesContext context, javax.faces.application.Resource componentResource)
getScriptComponentResource
in class javax.faces.view.ViewDeclarationLanguage
public javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context, String viewId)
createView
in class javax.faces.view.ViewDeclarationLanguage
public javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context, String viewId)
restoreView
in class javax.faces.view.ViewDeclarationLanguage
public void retargetAttachedObjects(javax.faces.context.FacesContext context, javax.faces.component.UIComponent topLevelComponent, List<javax.faces.view.AttachedObjectHandler> handlers)
retargetAttachedObjects
in class javax.faces.view.ViewDeclarationLanguage
public void retargetMethodExpressions(javax.faces.context.FacesContext context, javax.faces.component.UIComponent topLevelComponent)
retargetMethodExpressions
in class javax.faces.view.ViewDeclarationLanguage
public void buildView(javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot root) throws IOException
buildView
in class javax.faces.view.ViewDeclarationLanguage
IOException
public void renderView(javax.faces.context.FacesContext context, javax.faces.component.UIViewRoot view) throws IOException
renderView
in class javax.faces.view.ViewDeclarationLanguage
IOException
public javax.faces.view.StateManagementStrategy getStateManagementStrategy(javax.faces.context.FacesContext context, String viewId)
getStateManagementStrategy
in class javax.faces.view.ViewDeclarationLanguage
public boolean viewExists(javax.faces.context.FacesContext context, String viewId)
viewExists
in class javax.faces.view.ViewDeclarationLanguage
public String getId()
getId
in class javax.faces.view.ViewDeclarationLanguage
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.