|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.FaceletsAttachedObjectHandler
@JSFFaceletTag public abstract class FaceletsAttachedObjectHandler
| Field Summary |
|---|
| Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
|---|
delegateFactory |
| Fields inherited from class javax.faces.view.facelets.TagHandler |
|---|
nextHandler, tag, tagId |
| Constructor Summary | |
|---|---|
FaceletsAttachedObjectHandler(TagConfig config)
|
|
| Method Summary | |
|---|---|
void |
applyAttachedObject(FacesContext context,
UIComponent parent)
Take the argument parent and apply this attached object to it. |
protected AttachedObjectHandler |
getAttachedObjectHandlerHelper()
Return the delegate handler for this instance. |
java.lang.String |
getFor()
Return the value of the "for" attribute specified by the page author on the tag for this AttachedObjectHandler. |
| Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
|---|
apply, applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagHandlerDelegate, getTagId, isDisabled, setAttributes |
| Methods inherited from class javax.faces.view.facelets.TagHandler |
|---|
getAttribute, getRequiredAttribute, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FaceletsAttachedObjectHandler(TagConfig config)
| Method Detail |
|---|
public final void applyAttachedObject(FacesContext context,
UIComponent parent)
parent and apply this attached object to it. The action taken varies
with class that implements one of the subinterfaces of this interface.
applyAttachedObject in interface AttachedObjectHandlercontext - The FacesContext for this requestparent - The UIComponent to which this particular attached object must be applied.protected final AttachedObjectHandler getAttachedObjectHandlerHelper()
@JSFFaceletAttribute public final java.lang.String getFor()
AttachedObjectHandler.
getFor in interface AttachedObjectHandlerAttachedObjectHandler.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||