| Package | Description |
|---|---|
| javax.faces.application | |
| javax.faces.view |
| 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 © 2019 Eclipse Foundation.
Use is subject to license terms.