| Package | Description |
|---|---|
| com.sun.faces.application.view | |
| javax.faces.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewMetadataImpl |
| Modifier and Type | Method and Description |
|---|---|
ViewMetadata |
JspViewHandlingStrategy.getViewMetadata(FacesContext context,
String viewId)
Not supported in JSP-based views.
|
ViewMetadata |
FaceletViewHandlingStrategy.getViewMetadata(FacesContext context,
String viewId) |
| Modifier and Type | Method and Description |
|---|---|
ViewMetadata |
ViewDeclarationLanguageWrapper.getViewMetadata(FacesContext context,
String viewId) |
abstract ViewMetadata |
ViewDeclarationLanguage.getViewMetadata(FacesContext context,
String viewId)
Return a reference to the view
metadata for the view represented by the argument
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.