public final class ActionListenerHandler extends ActionListenerHandlerBase implements jakarta.faces.view.ActionSource2AttachedObjectHandler
ActionListener,
ActionSource| Constructor and Description |
|---|
ActionListenerHandler(jakarta.faces.view.facelets.TagConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAttachedObject(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent parent)
Take the argument |
apply, getForfindNextByType, findNextByTypegetAttribute, getRequiredAttribute, toStringpublic ActionListenerHandler(jakarta.faces.view.facelets.TagConfig config)
config - public void applyAttachedObject(jakarta.faces.context.FacesContext context,
jakarta.faces.component.UIComponent parent)
jakarta.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 jakarta.faces.view.AttachedObjectHandlerapplyAttachedObject in class ActionListenerHandlerBasecontext - The FacesContext for this requestparent - The UIComponent to which this particular attached object must be applied.Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.