| Package | Description |
|---|---|
| com.sun.faces.application.view | |
| javax.faces.application |
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces.
|
| javax.faces.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
| Modifier and Type | Class and Description |
|---|---|
class |
FaceletViewHandlingStrategy
This
ViewHandlingStrategy handles Facelets/PDL-based views. |
class |
JspViewHandlingStrategy
This
ViewHandlingStrategy handles JSP-based views. |
class |
ViewHandlingStrategy
This represents how a particular page description language
is to be rendered/restored.
|
| Modifier and Type | Method and Description |
|---|---|
ViewDeclarationLanguage |
MultiViewHandler.getViewDeclarationLanguage(FacesContext context,
String viewId) |
ViewDeclarationLanguage |
ViewDeclarationLanguageFactoryImpl.getViewDeclarationLanguage(String viewId) |
| Modifier and Type | Method and Description |
|---|---|
List<ViewDeclarationLanguage> |
ViewDeclarationLanguageFactoryImpl.getAllViewDeclarationLanguages() |
| Modifier and Type | Method and Description |
|---|---|
ViewDeclarationLanguage |
ViewHandlerWrapper.getViewDeclarationLanguage(FacesContext context,
String viewId)
The default behavior of this method is to call
ViewHandler.getViewDeclarationLanguage(javax.faces.context.FacesContext, java.lang.String)
on the wrapped ViewHandler object. |
ViewDeclarationLanguage |
ViewHandler.getViewDeclarationLanguage(FacesContext context,
String viewId)
Return the |
| Modifier and Type | Class and Description |
|---|---|
class |
ViewDeclarationLanguageWrapper
Provides a simple implementation of
|
| Modifier and Type | Method and Description |
|---|---|
abstract ViewDeclarationLanguage |
ViewDeclarationLanguageFactory.getViewDeclarationLanguage(String viewId)
Return the
|
ViewDeclarationLanguage |
ViewDeclarationLanguageWrapper.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
List<ViewDeclarationLanguage> |
ViewDeclarationLanguageFactory.getAllViewDeclarationLanguages() |
| Constructor and Description |
|---|
ViewDeclarationLanguageWrapper(ViewDeclarationLanguage wrapped)
If this view declaration language has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.