javax.faces.event
Interface ActionListener
- All Superinterfaces:
- EventListener, FacesListener
- All Known Implementing Classes:
- ActionListenerWrapper, MethodExpressionActionListener
public interface ActionListener
- extends FacesListener
see Javadoc of JSF Specification
- Version:
- $Revision: 1488347 $ $Date: 2013-05-31 13:30:47 -0500 (Fri, 31 May 2013) $
- Author:
- Thomas Spiegl (latest modification by $Author: lu4242 $)
TO_FLOW_DOCUMENT_ID_ATTR_NAME
static final String TO_FLOW_DOCUMENT_ID_ATTR_NAME
- Since:
- 2.2
- See Also:
- Constant Field Values
processAction
void processAction(ActionEvent actionEvent)
throws AbortProcessingException
- Throws:
AbortProcessingException
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.