Package com.sun.faces.facelets.tag.jsf
Class TagHandlerDelegateFactoryImpl
java.lang.Object
jakarta.faces.view.facelets.TagHandlerDelegateFactory
com.sun.faces.facelets.tag.jsf.TagHandlerDelegateFactoryImpl
- All Implemented Interfaces:
FacesWrapper<TagHandlerDelegateFactory>
public class TagHandlerDelegateFactoryImpl extends TagHandlerDelegateFactory
Default implementation of
TagHandlerDelegateFactory.-
Constructor Summary
Constructors Constructor Description TagHandlerDelegateFactoryImpl() -
Method Summary
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.
-
Constructor Details
-
TagHandlerDelegateFactoryImpl
public TagHandlerDelegateFactoryImpl()
-
-
Method Details
-
createComponentHandlerDelegate
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
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
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
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
-