public class SeamViewDeclarationLanguage
extends javax.faces.view.ViewDeclarationLanguage
ViewDeclarationLanguage implementation for the purpose of wrapping the ViewMetadata
implementation in SeamViewMetadata.SeamViewMetadata| Constructor and Description |
|---|
SeamViewDeclarationLanguage(javax.faces.view.ViewDeclarationLanguage delegate) |
| 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) |
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)
If non-null, wrap the
ViewMetadata returned by the delegate in a new instance of SeamViewMetadata. |
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) |
public SeamViewDeclarationLanguage(javax.faces.view.ViewDeclarationLanguage delegate)
public BeanInfo getComponentMetadata(javax.faces.context.FacesContext context, javax.faces.application.Resource componentResource)
getComponentMetadata in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.view.ViewMetadata getViewMetadata(javax.faces.context.FacesContext context,
String viewId)
ViewMetadata returned by the delegate in a new instance of SeamViewMetadata.getViewMetadata in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.application.Resource getScriptComponentResource(javax.faces.context.FacesContext context,
javax.faces.application.Resource componentResource)
getScriptComponentResource in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.component.UIViewRoot createView(javax.faces.context.FacesContext context,
String viewId)
createView in class javax.faces.view.ViewDeclarationLanguagepublic javax.faces.component.UIViewRoot restoreView(javax.faces.context.FacesContext context,
String viewId)
restoreView in class javax.faces.view.ViewDeclarationLanguagepublic void buildView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot root)
throws IOException
buildView in class javax.faces.view.ViewDeclarationLanguageIOExceptionpublic void renderView(javax.faces.context.FacesContext context,
javax.faces.component.UIViewRoot view)
throws IOException
renderView in class javax.faces.view.ViewDeclarationLanguageIOExceptionpublic javax.faces.view.StateManagementStrategy getStateManagementStrategy(javax.faces.context.FacesContext context,
String viewId)
getStateManagementStrategy in class javax.faces.view.ViewDeclarationLanguagepublic void retargetAttachedObjects(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent topLevelComponent,
List<javax.faces.view.AttachedObjectHandler> handlers)
retargetAttachedObjects in class javax.faces.view.ViewDeclarationLanguagepublic void retargetMethodExpressions(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent topLevelComponent)
retargetMethodExpressions in class javax.faces.view.ViewDeclarationLanguageCopyright © 2009-2013 Seam Framework. All Rights Reserved.