Uses of Class
jakarta.faces.view.facelets.TagHandlerDelegateFactory
Packages that use TagHandlerDelegateFactory
Package
Description
This package contains public classes for
the Java code API of Facelets.
-
Uses of TagHandlerDelegateFactory in com.sun.faces.facelets.tag.faces
Subclasses of TagHandlerDelegateFactory in com.sun.faces.facelets.tag.faces -
Uses of TagHandlerDelegateFactory in jakarta.faces.view.facelets
Fields in jakarta.faces.view.facelets declared as TagHandlerDelegateFactoryModifier and TypeFieldDescriptionprotected TagHandlerDelegateFactoryDelegatingMetaTagHandler.delegateFactoryClass that defines methods relating to helping tag handler instances.Methods in jakarta.faces.view.facelets that return TagHandlerDelegateFactoryModifier and TypeMethodDescriptionTagHandlerDelegateFactory.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.facelets with parameters of type TagHandlerDelegateFactoryModifierConstructorDescriptionIf this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.