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 SummaryConstructorsConstructorDescriptionDeprecated.
- 
Method SummaryModifier and TypeMethodDescriptionabstract ViewDeclarationLanguagegetViewDeclarationLanguage(String viewId) A class that implements this interface uses this method to return an instance of the class being wrapped.
- 
Constructor Details- 
ViewDeclarationLanguageFactoryDeprecated.
- 
ViewDeclarationLanguageFactory
 
- 
- 
Method Details- 
getViewDeclarationLanguage
- 
getWrappedDescription 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
 
- 
getAllViewDeclarationLanguages- Returns:
- Since:
- 2.3
 
 
-