public class ActionListenerMethodTagHandler extends javax.faces.view.facelets.TagHandler
This is useful when declaring several action listeners on the same parent component, and when the order of calls needs to be respected: the action listener method declared on a component is the first one called. So this method makes it possible to add other action listeners before it, without having to declare a class (when using the f:actionListener tag).
Modifier and Type | Field and Description |
---|---|
static Class[] |
ACTION_LISTENER_SIG |
protected javax.faces.view.facelets.TagAttribute |
value |
Constructor and Description |
---|
ActionListenerMethodTagHandler(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) |
protected final javax.faces.view.facelets.TagAttribute value
public static final Class[] ACTION_LISTENER_SIG
public ActionListenerMethodTagHandler(javax.faces.view.facelets.TagConfig config)
public void apply(javax.faces.view.facelets.FaceletContext ctx, javax.faces.component.UIComponent parent) throws IOException, javax.faces.FacesException, javax.faces.view.facelets.FaceletException, javax.el.ELException
IOException
javax.faces.FacesException
javax.faces.view.facelets.FaceletException
javax.el.ELException
Copyright © 2016 Nuxeo SA. All rights reserved.