Uses of Class
javax.faces.view.ViewDeclarationLanguage
-
Packages that use ViewDeclarationLanguage Package Description javax.faces.application javax.faces.view -
-
Uses of ViewDeclarationLanguage in javax.faces.application
Methods in javax.faces.application that return ViewDeclarationLanguage Modifier and Type Method Description ViewDeclarationLanguage
ViewHandler. getViewDeclarationLanguage(FacesContext context, String viewId)
Return the ViewDeclarationLanguage instance used for this ViewHandler instance.ViewDeclarationLanguage
ViewHandlerWrapper. getViewDeclarationLanguage(FacesContext context, String viewId)
-
Uses of ViewDeclarationLanguage in javax.faces.view
Subclasses of ViewDeclarationLanguage in javax.faces.view Modifier and Type Class Description class
ViewDeclarationLanguageWrapper
Methods in javax.faces.view that return ViewDeclarationLanguage Modifier and Type Method Description abstract ViewDeclarationLanguage
ViewDeclarationLanguageFactory. getViewDeclarationLanguage(String viewId)
ViewDeclarationLanguage
ViewDeclarationLanguageWrapper. getWrapped()
Methods in javax.faces.view that return types with arguments of type ViewDeclarationLanguage Modifier and Type Method Description List<ViewDeclarationLanguage>
ViewDeclarationLanguageFactory. getAllViewDeclarationLanguages()
Constructors in javax.faces.view with parameters of type ViewDeclarationLanguage Constructor Description ViewDeclarationLanguageWrapper(ViewDeclarationLanguage delegate)
-