Class TagHandlerDelegateFactory

java.lang.Object
jakarta.faces.view.facelets.TagHandlerDelegateFactory
All Implemented Interfaces:
FacesWrapper<TagHandlerDelegateFactory>
Direct Known Subclasses:
TagHandlerDelegateFactoryImpl

public abstract class TagHandlerDelegateFactory
extends Object
implements FacesWrapper<TagHandlerDelegateFactory>

Abstract factory for creating instances of TagHandlerDelegate.

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

Since:
2.0