|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.view.facelets.TagHandlerDelegate
public abstract class TagHandlerDelegate
Abstract class that defines methods relating to helping tag handler instances. This abstraction enables implementation details to be hidden by the JSF implementation while still allowing concrete classes to be defined for extension by users.
Constructor Summary | |
---|---|
TagHandlerDelegate()
|
Method Summary | |
---|---|
abstract void |
apply(FaceletContext ctx,
UIComponent comp)
Called by classes that implement
|
abstract MetaRuleset |
createMetaRuleset(java.lang.Class type)
Return a |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagHandlerDelegate()
Method Detail |
---|
public abstract MetaRuleset createMetaRuleset(java.lang.Class type)
Return a MetaRuleset
particular to this kind of tag handler. Called from classes that
implement MetaTagHandler
.
type
- the Class
for which the
MetaRuleset
must be created.public abstract void apply(FaceletContext ctx, UIComponent comp) throws java.io.IOException
Called by classes that implement
FaceletHandler
in their
implementation of apply()
.
ctx
- the FaceletContext
for this requestcomp
- the UIComponent
that corresponds to this
element.
java.io.IOException
|
|||||||||
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