Uses of Class
jakarta.faces.view.ViewMetadata
-
Packages that use ViewMetadata Package Description jakarta.faces.view -
-
Uses of ViewMetadata in jakarta.faces.view
Methods in jakarta.faces.view that return ViewMetadata Modifier and Type Method Description abstract ViewMetadata
ViewDeclarationLanguage. getViewMetadata(FacesContext context, String viewId)
Return a reference to the view metadata for the view represented by the argumentviewId
, ornull
if the metadata cannot be found.ViewMetadata
ViewDeclarationLanguageWrapper. getViewMetadata(FacesContext context, String viewId)
-