public final class ActionListenerHandler extends ActionListenerHandlerBase implements ActionSource2AttachedObjectHandler
ActionListener
,
ActionSource
nextHandler, tag, tagId
Constructor and Description |
---|
ActionListenerHandler(TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
applyAttachedObject(FacesContext context,
UIComponent parent)
Take the argument
|
apply, getFor
findNextByType, findNextByType
getAttribute, getRequiredAttribute, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFor
public ActionListenerHandler(TagConfig config)
config
- public void applyAttachedObject(FacesContext context, UIComponent parent)
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 AttachedObjectHandler
applyAttachedObject
in class ActionListenerHandlerBase
context
- The FacesContext
for this requestparent
- The UIComponent
to which this
particular attached object must be applied.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.