public class ActionListenerMethodTagHandler
extends com.sun.facelets.tag.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 |
Constructor and Description |
---|
ActionListenerMethodTagHandler(com.sun.facelets.tag.TagConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
apply(com.sun.facelets.FaceletContext ctx,
UIComponent parent) |
public static final Class[] ACTION_LISTENER_SIG
public ActionListenerMethodTagHandler(com.sun.facelets.tag.TagConfig config)
public void apply(com.sun.facelets.FaceletContext ctx, UIComponent parent) throws IOException, FacesException, com.sun.facelets.FaceletException, ELException
IOException
FacesException
com.sun.facelets.FaceletException
ELException
Copyright © 2011 Nuxeo SA. All Rights Reserved.