Uses of Class
jakarta.faces.view.ViewDeclarationLanguageFactory
Packages that use ViewDeclarationLanguageFactory
-
Uses of ViewDeclarationLanguageFactory in jakarta.faces.view
Classes in jakarta.faces.view that implement interfaces with type arguments of type ViewDeclarationLanguageFactoryModifier and TypeClassDescriptionclassViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a newViewDeclarationLanguageinstance based on the VDL found in a specific view.Methods in jakarta.faces.view that return ViewDeclarationLanguageFactoryModifier and TypeMethodDescriptionViewDeclarationLanguageFactory.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 ViewDeclarationLanguageFactoryModifierConstructorDescriptionIf this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.