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 Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract ViewDeclarationLanguage
getViewDeclarationLanguage
(String viewId) A class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
ViewDeclarationLanguageFactory
Deprecated. -
ViewDeclarationLanguageFactory
-
-
Method Details
-
getViewDeclarationLanguage
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<ViewDeclarationLanguageFactory>
- Returns:
- the instance of the class being wrapped
-
getAllViewDeclarationLanguages
- Returns:
- Since:
- 2.3
-