org.sakaiproject.search.filter.impl
Class NullSearchFilter

java.lang.Object
  extended by org.sakaiproject.search.filter.impl.NullSearchFilter
All Implemented Interfaces:
SearchItemFilter

public class NullSearchFilter
extends Object
implements SearchItemFilter

does not filter

Author:
ieb

Constructor Summary
NullSearchFilter()
           
 
Method Summary
 SearchResult filter(SearchResult result)
          performs the filter operation on a result, retruning the filtered result
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSearchFilter

public NullSearchFilter()
Method Detail

filter

public SearchResult filter(SearchResult result)
Description copied from interface: SearchItemFilter
performs the filter operation on a result, retruning the filtered result

Specified by:
filter in interface SearchItemFilter
Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.