com.caucho.quercus.lib.filter
Class FloatValidateFilter

java.lang.Object
  extended by com.caucho.quercus.lib.filter.AbstractFilter
      extended by com.caucho.quercus.lib.filter.FloatValidateFilter
All Implemented Interfaces:
Filter, ValidateFilter

public class FloatValidateFilter
extends AbstractFilter
implements ValidateFilter


Constructor Summary
FloatValidateFilter()
           
 
Method Summary
protected  Value filterImpl(Env env, Value value, int flags, ArrayValue options)
           
 
Methods inherited from class com.caucho.quercus.lib.filter.AbstractFilter
filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.caucho.quercus.lib.filter.Filter
filter
 

Constructor Detail

FloatValidateFilter

public FloatValidateFilter()
Method Detail

filterImpl

protected Value filterImpl(Env env,
                           Value value,
                           int flags,
                           ArrayValue options)
Overrides:
filterImpl in class AbstractFilter