Uses of Class
jakarta.faces.view.ViewDeclarationLanguage
Packages that use ViewDeclarationLanguage
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
Classes
for defining a View Declaration Language (VDL) for authoring
Jakarta Faces user interfaces.
-
Uses of ViewDeclarationLanguage in com.sun.faces.application.view
Subclasses of ViewDeclarationLanguage in com.sun.faces.application.viewModifier and TypeClassDescriptionclassThisViewHandlingStrategyhandles Facelets/PDL-based views.classThis represents how a particular page description language is to be rendered/restored.Methods in com.sun.faces.application.view that return ViewDeclarationLanguageModifier and TypeMethodDescriptionMultiViewHandler.getViewDeclarationLanguage(FacesContext context, String viewId) ViewDeclarationLanguageFactoryImpl.getViewDeclarationLanguage(String viewId) Methods in com.sun.faces.application.view that return types with arguments of type ViewDeclarationLanguageModifier and TypeMethodDescriptionViewDeclarationLanguageFactoryImpl.getAllViewDeclarationLanguages() -
Uses of ViewDeclarationLanguage in jakarta.faces.application
Methods in jakarta.faces.application that return ViewDeclarationLanguageModifier and TypeMethodDescriptionViewHandler.getViewDeclarationLanguage(FacesContext context, String viewId) ViewHandlerWrapper.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.viewModifier and TypeClassDescriptionclassProvides a simple implementation ofViewDeclarationLanguagethat can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguageinstance.Methods in jakarta.faces.view that return ViewDeclarationLanguageModifier and TypeMethodDescriptionabstract ViewDeclarationLanguageViewDeclarationLanguageFactory.getViewDeclarationLanguage(String viewId) Return theViewDeclarationLanguageinstance suitable for handling the VDL contained in the page referenced by the argumentviewId.ViewDeclarationLanguageWrapper.getWrapped()Methods in jakarta.faces.view that return types with arguments of type ViewDeclarationLanguageModifier and TypeMethodDescriptionViewDeclarationLanguageFactory.getAllViewDeclarationLanguages()Gets the list of all view declaration languages supported by this runtime.Constructors in jakarta.faces.view with parameters of type ViewDeclarationLanguageModifierConstructorDescriptionIf this view declaration language has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.