org.jboss.gravel.data.action
Class FilterActionListener

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

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

See Also:
Serialized Form

Constructor Summary
FilterActionListener(javax.el.ValueExpression sourceExpression, javax.el.ValueExpression targetExpression, String entryVarName, javax.el.ValueExpression testExpression, javax.el.ValueExpression filterExpression, javax.el.ValueExpression filterArgumentExpression, javax.el.ValueExpression ifExpression)
           
 
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

FilterActionListener

public FilterActionListener(javax.el.ValueExpression sourceExpression,
                            javax.el.ValueExpression targetExpression,
                            String entryVarName,
                            javax.el.ValueExpression testExpression,
                            javax.el.ValueExpression filterExpression,
                            javax.el.ValueExpression filterArgumentExpression,
                            javax.el.ValueExpression ifExpression)
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