Uses of Class
jakarta.faces.view.ViewDeclarationLanguageFactory
-
Packages that use ViewDeclarationLanguageFactory Package Description jakarta.faces.view -
-
Uses of ViewDeclarationLanguageFactory in jakarta.faces.view
Methods in jakarta.faces.view that return ViewDeclarationLanguageFactory Modifier and Type Method Description ViewDeclarationLanguageFactory
ViewDeclarationLanguageFactory. getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped.Constructors in jakarta.faces.view with parameters of type ViewDeclarationLanguageFactory Constructor Description ViewDeclarationLanguageFactory(ViewDeclarationLanguageFactory wrapped)
If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-