org.openxava.filters
Class VoidFilter

java.lang.Object
  extended by org.openxava.filters.VoidFilter
All Implemented Interfaces:
java.io.Serializable, IFilter

public class VoidFilter
extends java.lang.Object
implements IFilter

Do nothing.

Author:
Javier Paniza
See Also:
Serialized Form

Constructor Summary
VoidFilter()
           
 
Method Summary
 java.lang.Object filter(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoidFilter

public VoidFilter()
Method Detail

filter

public java.lang.Object filter(java.lang.Object o)
                        throws FilterException
Specified by:
filter in interface IFilter
Parameters:
o - Argument to filter. A object.
Returns:
Argument filtered. Can be a object array.
Throws:
FilterException - Any problem.