|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.view.facelets.TagHandlerDelegateFactory
public abstract class TagHandlerDelegateFactory
Abstract
factory for creating instances of TagHandlerDelegate
.
Constructor Summary | |
---|---|
TagHandlerDelegateFactory()
|
Method Summary | |
---|---|
abstract TagHandlerDelegate |
createBehaviorHandlerDelegate(BehaviorHandler owner)
Create and return a |
abstract TagHandlerDelegate |
createComponentHandlerDelegate(ComponentHandler owner)
Create and return a |
abstract TagHandlerDelegate |
createConverterHandlerDelegate(ConverterHandler owner)
Create and return a |
abstract TagHandlerDelegate |
createValidatorHandlerDelegate(ValidatorHandler owner)
Create and return a |
TagHandlerDelegateFactory |
getWrapped()
If this factory has been decorated, the implementation doing the decorating may override this method to provide access to the implementation being wrapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagHandlerDelegateFactory()
Method Detail |
---|
public TagHandlerDelegateFactory getWrapped()
If this factory has been decorated, the
implementation doing the decorating may override this method to provide
access to the implementation being wrapped. A default implementation
is provided that returns null
.
getWrapped
in interface FacesWrapper<TagHandlerDelegateFactory>
public abstract TagHandlerDelegate createComponentHandlerDelegate(ComponentHandler owner)
Create and return a TagHandlerDelegate
instance designed for use with ComponentHandler
.
owner
- the ComponentHandler
instance being
helped by this helper instance.public abstract TagHandlerDelegate createValidatorHandlerDelegate(ValidatorHandler owner)
Create and return a TagHandlerDelegate
instance designed for use with ValidatorHandler
.
owner
- the ValidatorHandler
instance being
helped by this helper instance.public abstract TagHandlerDelegate createConverterHandlerDelegate(ConverterHandler owner)
Create and return a TagHandlerDelegate
instance designed for use with ConverterHandler
.
owner
- the ValidatorHandler
instance being
helped by this helper instance.public abstract TagHandlerDelegate createBehaviorHandlerDelegate(BehaviorHandler owner)
Create and return a TagHandlerDelegate
instance designed for use with BehaviorHandler
.
owner
- the ValidatorHandler
instance being
helped by this helper instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |