Package org.apache.myfaces.view
Class ViewDeclarationLanguageFactoryImpl
- java.lang.Object
- 
- jakarta.faces.view.ViewDeclarationLanguageFactory
- 
- org.apache.myfaces.view.ViewDeclarationLanguageFactoryImpl
 
 
- 
- All Implemented Interfaces:
- FacesWrapper<ViewDeclarationLanguageFactory>
 
 public class ViewDeclarationLanguageFactoryImpl extends ViewDeclarationLanguageFactory This is the default VDL factory used as of JSF 2.0, it tries to use Facelet VDL whenever possible.- Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Simon Lessard (latest modification by $Author$)
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewDeclarationLanguageFactoryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ViewDeclarationLanguage>getAllViewDeclarationLanguages()ViewDeclarationLanguagegetViewDeclarationLanguage(String viewId)- 
Methods inherited from class jakarta.faces.view.ViewDeclarationLanguageFactorygetWrapped
 
- 
 
- 
- 
- 
Method Detail- 
getViewDeclarationLanguagepublic ViewDeclarationLanguage getViewDeclarationLanguage(String viewId) - Specified by:
- getViewDeclarationLanguagein class- ViewDeclarationLanguageFactory
 
 - 
getAllViewDeclarationLanguagespublic List<ViewDeclarationLanguage> getAllViewDeclarationLanguages() - Overrides:
- getAllViewDeclarationLanguagesin class- ViewDeclarationLanguageFactory
 
 
- 
 
-