com.ibm.xsp.event
Class ActionListenerImpl

java.lang.Object
  extended by com.ibm.xsp.event.ActionListenerImpl
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ActionListenerImpl
extends java.lang.Object
implements javax.faces.event.ActionListener, java.io.Serializable

The xp:actionListener tag acts as a factory and wrapper for ActionListener's, creating an instance of the class specified in the type attribute and delegating to it.

See Also:
Serialized Form

Constructor Summary
ActionListenerImpl()
           
 
Method Summary
 java.lang.String getType()
          Return the type specified by setType(String).
 void processAction(javax.faces.event.ActionEvent event)
           
 void setType(java.lang.String type)
          Defines the type of Java Class to be invoked when the action event is fired.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListenerImpl

public ActionListenerImpl()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent event)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException

getType

public java.lang.String getType()
Return the type specified by setType(String).


setType

public void setType(java.lang.String type)
Defines the type of Java Class to be invoked when the action event is fired.