Uses of Class
jakarta.faces.view.facelets.TagHandlerDelegateFactory
| Package | Description |
|---|---|
| com.sun.faces.facelets.tag.jsf | |
| jakarta.faces.view.facelets |
-
Uses of TagHandlerDelegateFactory in com.sun.faces.facelets.tag.jsf
Subclasses of TagHandlerDelegateFactory in com.sun.faces.facelets.tag.jsf Modifier and Type Class Description classTagHandlerDelegateFactoryImplDefault implementation ofTagHandlerDelegateFactory. -
Uses of TagHandlerDelegateFactory in jakarta.faces.view.facelets
Fields in jakarta.faces.view.facelets declared as TagHandlerDelegateFactory Modifier and Type Field Description protected TagHandlerDelegateFactoryDelegatingMetaTagHandler. delegateFactoryMethods in jakarta.faces.view.facelets that return TagHandlerDelegateFactory Modifier and Type Method Description TagHandlerDelegateFactoryTagHandlerDelegateFactory. 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 TagHandlerDelegateFactory Constructor Description TagHandlerDelegateFactory(TagHandlerDelegateFactory wrapped)If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.