@JSFJspTag(name="f:actionListener",
           bodyContent="empty")
public class ActionListenerTag
extends GenericListenerTag<ActionSource,ActionListener>
Unless otherwise specified, all attributes accept static values or EL expressions.
| Constructor and Description | 
|---|
| ActionListenerTag() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | addListener(ActionSource actionSource,
           ActionListener actionListener) | 
| protected ActionListener | createDelegateListener(javax.el.ValueExpression type,
                      javax.el.ValueExpression binding) | 
| void | setBinding(javax.el.ValueExpression binding)Value binding expression that evaluates to an object that implements javax.faces.event.ActionListener. | 
| void | setType(javax.el.ValueExpression type)The fully qualified class name of the ActionListener class. | 
createListener, doStartTag, releaseprotected void addListener(ActionSource actionSource, ActionListener actionListener)
addListener in class GenericListenerTag<ActionSource,ActionListener>protected ActionListener createDelegateListener(javax.el.ValueExpression type, javax.el.ValueExpression binding)
createDelegateListener in class GenericListenerTag<ActionSource,ActionListener>@JSFJspAttribute(className="javax.el.ValueExpression",
                 deferredValueType="java.lang.String")
public void setType(javax.el.ValueExpression type)
setType in class GenericListenerTag<ActionSource,ActionListener>@JSFJspAttribute(className="javax.el.ValueExpression",
                 deferredValueType="javax.faces.event.ActionListener")
public void setBinding(javax.el.ValueExpression binding)
setBinding in class GenericListenerTag<ActionSource,ActionListener>Copyright © 2022 The Apache Software Foundation. All rights reserved.