public abstract class FaceletsAttachedObjectHandler extends DelegatingMetaTagHandler implements AttachedObjectHandler
Root class for all tag handlers that represent attached objetcts in a Facelets page.
Constructor and Description |
---|
FaceletsAttachedObjectHandler(TagConfig config)
Call through to super
|
Modifier and Type | Method and Description |
---|---|
void |
applyAttachedObject(FacesContext ctx,
UIComponent parent)
Take the necessary actions to apply
the attached object represented by the tag for the concrete
subclass of this class to the argument |
String |
getFor()
Return the value of the "for" attribute. |
apply, applyNextHandler, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes
toString
public FaceletsAttachedObjectHandler(TagConfig config)
Call through to super
config
- configure this handler instancepublic final void applyAttachedObject(FacesContext ctx, UIComponent parent)
Take the necessary actions to apply
the attached object represented by the tag for the concrete
subclass of this class to the argument parent
.
applyAttachedObject
in interface AttachedObjectHandler
ctx
- the FacesContext
for this requestparent
- The UIComponent
to which this attached
object must be applied.public final String getFor()
Return the value of the "for" attribute. This enables the runtime to know to which inner component this attached object should be retargeted.
getFor
in interface AttachedObjectHandler