org.jboss.gravel.action.action
Class MessageActionListener

java.lang.Object
  extended by org.jboss.gravel.action.action.MessageActionListener
All Implemented Interfaces:
Serializable, EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public final class MessageActionListener
extends Object
implements javax.faces.event.ActionListener, Serializable

See Also:
Serialized Form

Constructor Summary
MessageActionListener(javax.el.ValueExpression clientIdExpression, javax.el.ValueExpression targetExpression, javax.el.ValueExpression severityExpression)
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageActionListener

public MessageActionListener(javax.el.ValueExpression clientIdExpression,
                             javax.el.ValueExpression targetExpression,
                             javax.el.ValueExpression severityExpression)
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