javax.faces.event
Class ActionListenerWrapper

java.lang.Object
  extended by javax.faces.event.ActionListenerWrapper
All Implemented Interfaces:
EventListener, ActionListener, FacesListener, FacesWrapper<ActionListener>

public abstract class ActionListenerWrapper
extends Object
implements ActionListener, FacesWrapper<ActionListener>


Field Summary
 
Fields inherited from interface javax.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
 
Constructor Summary
ActionListenerWrapper()
           
 
Method Summary
abstract  ActionListener getWrapped()
          A class that implements this interface uses this method to return an instance of the class being wrapped.
 void processAction(ActionEvent actionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListenerWrapper

public ActionListenerWrapper()
Method Detail

processAction

public void processAction(ActionEvent actionEvent)
                   throws AbortProcessingException
Specified by:
processAction in interface ActionListener
Throws:
AbortProcessingException

getWrapped

public abstract ActionListener getWrapped()
Description copied from interface: FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.

Specified by:
getWrapped in interface FacesWrapper<ActionListener>
Returns:
the instance of the class being wrapped


Copyright © 2015 The Apache Software Foundation. All rights reserved.