| Package | Description |
|---|---|
| com.sun.faces.application.view | |
| jakarta.faces.application | |
| jakarta.faces.view |
| 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 |
ViewHandler.getViewDeclarationLanguage(FacesContext context,
String viewId)
Return the |
ViewDeclarationLanguage |
ViewHandlerWrapper.getViewDeclarationLanguage(FacesContext context,
String viewId)
The default behavior of this method is to call
ViewHandler.getViewDeclarationLanguage(jakarta.faces.context.FacesContext, java.lang.String) on the wrapped
ViewHandler object. |
| 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 © 1997–2020 Eclipse Foundation. All rights reserved.