public class SeamViewHandler
extends javax.faces.application.ViewHandlerWrapper
ViewHandler implementation for the purpose of wrapping the ViewDeclarationLanguage
implementation in SeamViewDeclarationLanguage.SeamViewDeclarationLanguage| Constructor and Description |
|---|
SeamViewHandler(javax.faces.application.ViewHandler delegate) |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.view.ViewDeclarationLanguage |
getViewDeclarationLanguage(javax.faces.context.FacesContext context,
String viewId)
If non-null, wrap the
ViewDeclarationLanguage returned by the delegate in a new
SeamViewDeclarationLanguage instance. |
javax.faces.application.ViewHandler |
getWrapped() |
public SeamViewHandler(javax.faces.application.ViewHandler delegate)
public javax.faces.view.ViewDeclarationLanguage getViewDeclarationLanguage(javax.faces.context.FacesContext context,
String viewId)
ViewDeclarationLanguage returned by the delegate in a new
SeamViewDeclarationLanguage instance.getViewDeclarationLanguage in class javax.faces.application.ViewHandlerWrapperpublic javax.faces.application.ViewHandler getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.application.ViewHandler>getWrapped in class javax.faces.application.ViewHandlerWrapperCopyright © 2009-2013 Seam Framework. All Rights Reserved.