Package com.sun.faces.facelets.tag.faces
Class TagHandlerDelegateFactoryImpl
- java.lang.Object
-
- jakarta.faces.view.facelets.TagHandlerDelegateFactory
-
- com.sun.faces.facelets.tag.faces.TagHandlerDelegateFactoryImpl
-
- All Implemented Interfaces:
FacesWrapper<TagHandlerDelegateFactory>
public class TagHandlerDelegateFactoryImpl extends TagHandlerDelegateFactory
Default implementation ofTagHandlerDelegateFactory.
-
-
Constructor Summary
Constructors Constructor Description TagHandlerDelegateFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagHandlerDelegatecreateBehaviorHandlerDelegate(BehaviorHandler owner)Create and return aTagHandlerDelegateinstance designed for use withBehaviorHandler.TagHandlerDelegatecreateComponentHandlerDelegate(ComponentHandler owner)Create and return aTagHandlerDelegateinstance designed for use withComponentHandler.TagHandlerDelegatecreateConverterHandlerDelegate(ConverterHandler owner)Create and return aTagHandlerDelegateinstance designed for use withConverterHandler.TagHandlerDelegatecreateValidatorHandlerDelegate(ValidatorHandler owner)Create and return aTagHandlerDelegateinstance designed for use withValidatorHandler.-
Methods inherited from class jakarta.faces.view.facelets.TagHandlerDelegateFactory
getWrapped
-
-
-
-
Method Detail
-
createComponentHandlerDelegate
public TagHandlerDelegate createComponentHandlerDelegate(ComponentHandler owner)
Description copied from class:TagHandlerDelegateFactoryCreate and return a
TagHandlerDelegateinstance designed for use withComponentHandler.- Specified by:
createComponentHandlerDelegatein classTagHandlerDelegateFactory- Parameters:
owner- theComponentHandlerinstance being helped by this helper instance.- Returns:
- the newly created instance
-
createValidatorHandlerDelegate
public TagHandlerDelegate createValidatorHandlerDelegate(ValidatorHandler owner)
Description copied from class:TagHandlerDelegateFactoryCreate and return a
TagHandlerDelegateinstance designed for use withValidatorHandler.- Specified by:
createValidatorHandlerDelegatein classTagHandlerDelegateFactory- Parameters:
owner- theValidatorHandlerinstance being helped by this helper instance.- Returns:
- the newly created instance
-
createConverterHandlerDelegate
public TagHandlerDelegate createConverterHandlerDelegate(ConverterHandler owner)
Description copied from class:TagHandlerDelegateFactoryCreate and return a
TagHandlerDelegateinstance designed for use withConverterHandler.- Specified by:
createConverterHandlerDelegatein classTagHandlerDelegateFactory- Parameters:
owner- theValidatorHandlerinstance being helped by this helper instance.- Returns:
- the newly created instance
-
createBehaviorHandlerDelegate
public TagHandlerDelegate createBehaviorHandlerDelegate(BehaviorHandler owner)
Description copied from class:TagHandlerDelegateFactoryCreate and return a
TagHandlerDelegateinstance designed for use withBehaviorHandler.- Specified by:
createBehaviorHandlerDelegatein classTagHandlerDelegateFactory- Parameters:
owner- theValidatorHandlerinstance being helped by this helper instance.- Returns:
- the newly created instance
-
-