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 SummaryConstructorsConstructorDescriptionDeprecated.
- 
Method SummaryModifier and TypeMethodDescriptionabstract TagHandlerDelegateabstract TagHandlerDelegateabstract TagHandlerDelegateabstract TagHandlerDelegateA class that implements this interface uses this method to return an instance of the class being wrapped.
- 
Constructor Details- 
TagHandlerDelegateFactoryDeprecated.
- 
TagHandlerDelegateFactory
 
- 
- 
Method Details- 
createBehaviorHandlerDelegate
- 
createComponentHandlerDelegate
- 
createConverterHandlerDelegate
- 
createValidatorHandlerDelegate
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<TagHandlerDelegateFactory>
- Returns:
- Since:
- 2.2
 
 
-