Uses of Class
jakarta.faces.view.ViewDeclarationLanguage
-
Uses of ViewDeclarationLanguage in jakarta.faces.application
Modifier 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 wrappedViewHandler
object. -
Uses of ViewDeclarationLanguage in jakarta.faces.view
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofViewDeclarationLanguage
that can be subclassed by developers wishing to provide specialized behavior to an existingViewDeclarationLanguage
instance.Modifier and TypeMethodDescriptionabstract ViewDeclarationLanguage
ViewDeclarationLanguageFactory.getViewDeclarationLanguage
(String viewId) Return theViewDeclarationLanguage
instance suitable for handling the VDL contained in the page referenced by the argumentviewId
.ViewDeclarationLanguageWrapper.getWrapped()
Modifier and TypeMethodDescriptionViewDeclarationLanguageFactory.getAllViewDeclarationLanguages()
Gets the list of all view declaration languages supported by this runtime.ModifierConstructorDescriptionIf this view declaration language has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.