Uses of Class
jakarta.faces.view.ViewMetadata
-
Packages that use ViewMetadata Package Description com.sun.faces.application.view jakarta.faces.view Classes for defining a View Declaration Language (VDL) for authoring Jakarta Faces user interfaces. -
-
Uses of ViewMetadata in com.sun.faces.application.view
Subclasses of ViewMetadata in com.sun.faces.application.view Modifier and Type Class Description classViewMetadataImplMethods in com.sun.faces.application.view that return ViewMetadata Modifier and Type Method Description ViewMetadataFaceletViewHandlingStrategy. getViewMetadata(FacesContext context, String viewId) -
Uses of ViewMetadata in jakarta.faces.view
Methods in jakarta.faces.view that return ViewMetadata Modifier and Type Method Description abstract ViewMetadataViewDeclarationLanguage. getViewMetadata(FacesContext context, String viewId)Return a reference to the view metadata for the view represented by the argumentviewId, ornullif the metadata cannot be found.ViewMetadataViewDeclarationLanguageWrapper. getViewMetadata(FacesContext context, String viewId)
-