Package jakarta.faces.view.facelets
Class TagHandlerDelegateFactory
java.lang.Object
jakarta.faces.view.facelets.TagHandlerDelegateFactory
- All Implemented Interfaces:
FacesWrapper<TagHandlerDelegateFactory>
public abstract class TagHandlerDelegateFactory
extends Object
implements FacesWrapper<TagHandlerDelegateFactory>
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract TagHandlerDelegate
abstract TagHandlerDelegate
abstract TagHandlerDelegate
abstract TagHandlerDelegate
A class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
TagHandlerDelegateFactory
Deprecated. -
TagHandlerDelegateFactory
-
-
Method Details
-
createBehaviorHandlerDelegate
-
createComponentHandlerDelegate
-
createConverterHandlerDelegate
-
createValidatorHandlerDelegate
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<TagHandlerDelegateFactory>
- Returns:
- Since:
- 2.2
-