|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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 |
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 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 |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41