javax.faces.view.facelets
Class TagHandlerDelegateFactory
java.lang.Object
javax.faces.view.facelets.TagHandlerDelegateFactory
- All Implemented Interfaces:
- FacesWrapper<TagHandlerDelegateFactory>
public abstract class TagHandlerDelegateFactory
- extends Object
- implements FacesWrapper<TagHandlerDelegateFactory>
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagHandlerDelegateFactory
public TagHandlerDelegateFactory()
createBehaviorHandlerDelegate
public abstract TagHandlerDelegate createBehaviorHandlerDelegate(BehaviorHandler owner)
createComponentHandlerDelegate
public abstract TagHandlerDelegate createComponentHandlerDelegate(ComponentHandler owner)
createConverterHandlerDelegate
public abstract TagHandlerDelegate createConverterHandlerDelegate(ConverterHandler owner)
createValidatorHandlerDelegate
public abstract TagHandlerDelegate createValidatorHandlerDelegate(ValidatorHandler owner)
getWrapped
public TagHandlerDelegateFactory 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 interface FacesWrapper<TagHandlerDelegateFactory>
- Returns:
- Since:
- 2.2
Copyright © 2014 The Apache Software Foundation. All rights reserved.