com.caucho.quercus.lib.filter
Class DefaultFilter

java.lang.Object
  extended by com.caucho.quercus.lib.filter.DefaultFilter
All Implemented Interfaces:
Filter

public class DefaultFilter
extends java.lang.Object
implements Filter


Constructor Summary
DefaultFilter()
           
 
Method Summary
 Value filter(Env env, Value value, Value flagV)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFilter

public DefaultFilter()
Method Detail

filter

public Value filter(Env env,
                    Value value,
                    Value flagV)
Specified by:
filter in interface Filter