| Package | Description | 
|---|---|
| com.caucho.quercus.lib.filter | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SanitizeFilter | 
| interface  | ValidateFilter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractFilter | 
| class  | BooleanValidateFilter | 
| class  | EmailSanitizeFilter | 
| class  | EmailValidateFilterCoded to RFC822 specifications. | 
| class  | FloatValidateFilter | 
| class  | IntValidateFilter | 
| class  | IpValidateFilter | 
| class  | SpecialCharsSanitizeFilter | 
| class  | StringSanitizeFilter | 
| class  | UnsafeRawSanitizeFilter | 
| Modifier and Type | Field and Description | 
|---|---|
| static java.util.HashMap<java.lang.Integer,Filter> | FilterModule. _filterMap | 
| Modifier and Type | Method and Description | 
|---|---|
| static Filter | FilterModule. getFilter(Env env,
         Value filterIdV) |