com.caucho.quercus.lib.filter
Class FilterModule
java.lang.Object
com.caucho.quercus.module.AbstractQuercusModule
com.caucho.quercus.lib.filter.FilterModule
- All Implemented Interfaces:
- QuercusModule
public class FilterModule
- extends AbstractQuercusModule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INPUT_POST
public static final int INPUT_POST
- See Also:
- Constant Field Values
INPUT_GET
public static final int INPUT_GET
- See Also:
- Constant Field Values
INPUT_COOKIE
public static final int INPUT_COOKIE
- See Also:
- Constant Field Values
INPUT_ENV
public static final int INPUT_ENV
- See Also:
- Constant Field Values
INPUT_SERVER
public static final int INPUT_SERVER
- See Also:
- Constant Field Values
FILTER_VALIDATE_INT
public static final int FILTER_VALIDATE_INT
- See Also:
- Constant Field Values
FILTER_VALIDATE_BOOLEAN
public static final int FILTER_VALIDATE_BOOLEAN
- See Also:
- Constant Field Values
FILTER_VALIDATE_FLOAT
public static final int FILTER_VALIDATE_FLOAT
- See Also:
- Constant Field Values
FILTER_VALIDATE_EMAIL
public static final int FILTER_VALIDATE_EMAIL
- See Also:
- Constant Field Values
FILTER_VALIDATE_IP
public static final int FILTER_VALIDATE_IP
- See Also:
- Constant Field Values
FILTER_SANITIZE_STRING
public static final int FILTER_SANITIZE_STRING
- See Also:
- Constant Field Values
FILTER_DEFAULT
public static final int FILTER_DEFAULT
- See Also:
- Constant Field Values
FILTER_SANITIZE_EMAIL
public static final int FILTER_SANITIZE_EMAIL
- See Also:
- Constant Field Values
FILTER_FLAG_ALLOW_OCTAL
public static final int FILTER_FLAG_ALLOW_OCTAL
- See Also:
- Constant Field Values
FILTER_FLAG_STRIP_LOW
public static final int FILTER_FLAG_STRIP_LOW
- See Also:
- Constant Field Values
FILTER_FLAG_STRIP_HIGH
public static final int FILTER_FLAG_STRIP_HIGH
- See Also:
- Constant Field Values
FILTER_FLAG_ENCODE_LOW
public static final int FILTER_FLAG_ENCODE_LOW
- See Also:
- Constant Field Values
FILTER_FLAG_ENCODE_HIGH
public static final int FILTER_FLAG_ENCODE_HIGH
- See Also:
- Constant Field Values
FILTER_FLAG_ENCODE_AMP
public static final int FILTER_FLAG_ENCODE_AMP
- See Also:
- Constant Field Values
FILTER_FLAG_NO_ENCODE_QUOTES
public static final int FILTER_FLAG_NO_ENCODE_QUOTES
- See Also:
- Constant Field Values
FILTER_FLAG_ALLOW_THOUSAND
public static final int FILTER_FLAG_ALLOW_THOUSAND
- See Also:
- Constant Field Values
FILTER_NULL_ON_FAILURE
public static final int FILTER_NULL_ON_FAILURE
- See Also:
- Constant Field Values
FILTER_FLAG_IPV4
public static final int FILTER_FLAG_IPV4
- See Also:
- Constant Field Values
FILTER_FLAG_IPV6
public static final int FILTER_FLAG_IPV6
- See Also:
- Constant Field Values
FILTER_FLAG_NO_RES_RANGE
public static final int FILTER_FLAG_NO_RES_RANGE
- See Also:
- Constant Field Values
FILTER_FLAG_NO_PRIV_RANGE
public static final int FILTER_FLAG_NO_PRIV_RANGE
- See Also:
- Constant Field Values
_filterMap
public static java.util.HashMap<java.lang.Integer,Filter> _filterMap
FilterModule
public FilterModule()
getLoadedExtensions
public java.lang.String[] getLoadedExtensions()
- Description copied from class:
AbstractQuercusModule
- Returns the extensions loaded by the module.
- Specified by:
getLoadedExtensions
in interface QuercusModule
- Overrides:
getLoadedExtensions
in class AbstractQuercusModule
filter_var
public static Value filter_var(Env env,
Value value,
int filterId,
Value flagV)
filter_input
public static Value filter_input(Env env,
int type,
StringValue name,
int filterId,
Value flagV)