Package jakarta.faces.view
Class ViewDeclarationLanguageFactory
- java.lang.Object
- 
- jakarta.faces.view.ViewDeclarationLanguageFactory
 
- 
- All Implemented Interfaces:
- FacesWrapper<ViewDeclarationLanguageFactory>
 
 public abstract class ViewDeclarationLanguageFactory extends Object implements FacesWrapper<ViewDeclarationLanguageFactory> - Since:
- 2.0
 
- 
- 
Constructor SummaryConstructors Constructor Description ViewDeclarationLanguageFactory()Deprecated.ViewDeclarationLanguageFactory(ViewDeclarationLanguageFactory delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<ViewDeclarationLanguage>getAllViewDeclarationLanguages()abstract ViewDeclarationLanguagegetViewDeclarationLanguage(String viewId)ViewDeclarationLanguageFactorygetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.
 
- 
- 
- 
Constructor Detail- 
ViewDeclarationLanguageFactory@Deprecated public ViewDeclarationLanguageFactory() Deprecated.
 - 
ViewDeclarationLanguageFactorypublic ViewDeclarationLanguageFactory(ViewDeclarationLanguageFactory delegate) 
 
- 
 - 
Method Detail- 
getViewDeclarationLanguagepublic abstract ViewDeclarationLanguage getViewDeclarationLanguage(String viewId) 
 - 
getWrappedpublic ViewDeclarationLanguageFactory getWrapped() Description copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<ViewDeclarationLanguageFactory>
- Returns:
- the instance of the class being wrapped
 
 - 
getAllViewDeclarationLanguagespublic List<ViewDeclarationLanguage> getAllViewDeclarationLanguages() - Returns:
- Since:
- 2.3
 
 
- 
 
-