Uses of Class
jakarta.faces.view.ViewDeclarationLanguage
| Package | Description |
|---|---|
| com.sun.faces.application.view | |
| jakarta.faces.application | |
| jakarta.faces.view |
-
Uses of ViewDeclarationLanguage in com.sun.faces.application.view
Subclasses of ViewDeclarationLanguage in com.sun.faces.application.view Modifier and Type Class Description classFaceletViewHandlingStrategyThisViewHandlingStrategyhandles Facelets/PDL-based views.classJspViewHandlingStrategyThisViewHandlingStrategyhandles JSP-based views.classViewHandlingStrategyThis represents how a particular page description language is to be rendered/restored.Methods in com.sun.faces.application.view that return ViewDeclarationLanguage Modifier and Type Method Description ViewDeclarationLanguageMultiViewHandler. getViewDeclarationLanguage(FacesContext context, String viewId)ViewDeclarationLanguageViewDeclarationLanguageFactoryImpl. getViewDeclarationLanguage(String viewId)Methods in com.sun.faces.application.view that return types with arguments of type ViewDeclarationLanguage Modifier and Type Method Description List<ViewDeclarationLanguage>ViewDeclarationLanguageFactoryImpl. getAllViewDeclarationLanguages() -
Uses of ViewDeclarationLanguage in jakarta.faces.application
Methods in jakarta.faces.application that return ViewDeclarationLanguage Modifier and Type Method Description ViewDeclarationLanguageViewHandler. getViewDeclarationLanguage(FacesContext context, String viewId)ViewDeclarationLanguageViewHandlerWrapper. getViewDeclarationLanguage(FacesContext context, String viewId)The default behavior of this method is to callViewHandler.getViewDeclarationLanguage(jakarta.faces.context.FacesContext, java.lang.String)on the wrappedViewHandlerobject. -
Uses of ViewDeclarationLanguage in jakarta.faces.view
Subclasses of ViewDeclarationLanguage in jakarta.faces.view Modifier and Type Class Description classViewDeclarationLanguageWrapperProvides a simple implementation ofViewDeclarationLanguagethat can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguageinstance.Methods in jakarta.faces.view that return ViewDeclarationLanguage Modifier and Type Method Description abstract ViewDeclarationLanguageViewDeclarationLanguageFactory. getViewDeclarationLanguage(String viewId)Return theViewDeclarationLanguageinstance suitable for handling the VDL contained in the page referenced by the argumentviewId.ViewDeclarationLanguageViewDeclarationLanguageWrapper. getWrapped()Methods in jakarta.faces.view that return types with arguments of type ViewDeclarationLanguage Modifier and Type Method Description List<ViewDeclarationLanguage>ViewDeclarationLanguageFactory. getAllViewDeclarationLanguages()Constructors in jakarta.faces.view with parameters of type ViewDeclarationLanguage Constructor 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.