Package org.openxava.filters
Class VoidFilter
- java.lang.Object
-
- 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
Constructors Constructor Description VoidFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectfilter(java.lang.Object o)
-
-
-
Method Detail
-
filter
public java.lang.Object filter(java.lang.Object o) throws FilterException- Specified by:
filterin interfaceIFilter- Parameters:
o- Argument to filter. A object.- Returns:
- Argument filtered. Can be a object array.
- Throws:
FilterException- Any problem.
-
-