public class ViewDeclarationLanguageFactoryImpl extends ViewDeclarationLanguageFactory
ViewDeclarationLanguageFactory
.Constructor and Description |
---|
ViewDeclarationLanguageFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
List<ViewDeclarationLanguage> |
getAllViewDeclarationLanguages() |
ViewDeclarationLanguage |
getViewDeclarationLanguage(String viewId)
Return the
|
getWrapped
public ViewDeclarationLanguage getViewDeclarationLanguage(String viewId)
ViewDeclarationLanguageFactory
Return the
ViewDeclarationLanguage
instance suitable for
handling the VDL contained in the page referenced by the argument
viewId
. The default implementation must return a
valid ViewDeclarationLanguage
instance for views
written in either Jakarta Server Pages, Faces XML Views, or Facelets for
Jakarta Server Faces 2.
getViewDeclarationLanguage
in class ViewDeclarationLanguageFactory
viewId
- the viewId to be inspected for an appropriate
ViewDeclarationLanguage
implementation for the VDL used
in the view.ViewDeclarationLanguage
corresponding to the
argument viewId
ViewDeclarationLanguageFactory.getViewDeclarationLanguage(String)
public List<ViewDeclarationLanguage> getAllViewDeclarationLanguages()
getAllViewDeclarationLanguages
in class ViewDeclarationLanguageFactory
ViewDeclarationLanguageFactory.getAllViewDeclarationLanguages()
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.