public class AbstractFilter extends java.lang.Object implements Filter
Constructor and Description |
---|
AbstractFilter() |
Modifier and Type | Method and Description |
---|---|
protected static void |
appendEncoded(StringValue sb,
char ch) |
Value |
filter(Env env,
Value value,
Value flagsV) |
protected Value |
filterImpl(Env env,
Value value,
int flags,
ArrayValue options) |
static int |
getFlags(Env env,
Value flagsV) |
protected Value filterImpl(Env env, Value value, int flags, ArrayValue options)
protected static void appendEncoded(StringValue sb, char ch)