Class ViewDeclarationLanguage

java.lang.Object
jakarta.faces.view.ViewDeclarationLanguage
Direct Known Subclasses:
ViewDeclarationLanguageWrapper, ViewHandlingStrategy

public abstract class ViewDeclarationLanguage extends Object

The contract that a view declaration language must implement to interact with the Jakarta Faces runtime. An implementation of this class must be thread-safe.

Instances of this class are application scoped and must be obtained from the ViewDeclarationLanguageFactory.

Since:
2.0