Uses of Class
jakarta.faces.view.ViewDeclarationLanguage
Packages that use ViewDeclarationLanguage
-
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.