Class VoidFilter
java.lang.Object
org.openxava.filters.VoidFilter
- All Implemented Interfaces:
Serializable, IFilter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VoidFilter
public VoidFilter()
-
-
Method Details
-
filter
- Specified by:
filterin interfaceIFilter- Parameters:
o- Argument to filter. A object.- Returns:
- Argument filtered. Can be a object array.
- Throws:
FilterException- Any problem.
-