org.jboss.gravel.data.action
Class FilterActionListener
java.lang.Object
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)
|
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)
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