Class ViewDeclarationLanguageWrapper

java.lang.Object
jakarta.faces.view.ViewDeclarationLanguage
jakarta.faces.view.ViewDeclarationLanguageWrapper
All Implemented Interfaces:
FacesWrapper<ViewDeclarationLanguage>

public abstract class ViewDeclarationLanguageWrapper extends ViewDeclarationLanguage implements FacesWrapper<ViewDeclarationLanguage>

Provides a simple implementation of ViewDeclarationLanguage that can be subclassed by developers wishing to provide specialized behavior to an existing ViewDeclarationLanguage instance. The default implementation of all methods is to call through to the wrapped ViewDeclarationLanguage instance.

Usage: extend this class and push the implementation being wrapped to the constructor and use getWrapped() to access the instance being wrapped.

Since:
2.2