public abstract class ActionListenerHandlerBase extends TagHandlerImpl implements javax.faces.view.ActionSource2AttachedObjectHandler
ActionListener
,
ActionSource
Constructor and Description |
---|
ActionListenerHandlerBase(javax.faces.view.facelets.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(javax.faces.view.facelets.FaceletContext ctx,
javax.faces.component.UIComponent parent)
Process changes on a particular UIComponent |
abstract void |
applyAttachedObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent parent)
Take the argument
|
String |
getFor()
Return the value of the "for"
attribute specified by the page author on the tag for
this |
findNextByType, findNextByType
public ActionListenerHandlerBase(javax.faces.view.facelets.TagConfig config)
config
- public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException
javax.faces.view.facelets.FaceletHandler
Process changes on a particular UIComponent
apply
in interface javax.faces.view.facelets.FaceletHandler
ctx
- the current FaceletContext instance for this executionparent
- the parent UIComponent to operate uponIOException
- if unable to load relativePath
public abstract void applyAttachedObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent parent)
javax.faces.view.AttachedObjectHandler
Take the argument
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 javax.faces.view.AttachedObjectHandler
context
- The FacesContext
for this requestparent
- The UIComponent
to which this
particular attached object must be applied.public String getFor()
javax.faces.view.AttachedObjectHandler
Return the value of the "for"
attribute specified by the page author on the tag for
this AttachedObjectHandler
.
getFor
in interface javax.faces.view.AttachedObjectHandler
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.