BufferedEncoder |
Buffers the content to perform final output on writeSuffix.
|
ChainWriter |
|
Coercion |
Deprecated.
|
JavaScriptInXhtmlAttributeEncoder |
Encode JavaScript into an XHTML attribute.
|
JavaScriptInXhtmlEncoder |
Encode JavaScript and related formats into XHTML.
|
JavaScriptValidator |
Currently performs no validation of the character because JavaScript can
use the entire Unicode character set.
|
MediaEncoder |
Encodes media to allow it to be contained in a different type of media.
|
MediaValidator |
Verify that the data passing through this filter is valid for the provided media type.
|
MediaWriter |
Streaming versions of media encoders.
|
MysqlValidator |
|
PsqlValidator |
This implementation is based on 4.1.2.2.
|
ShValidator |
Although shell scripts can potentially parse and execute with lots of unprintable and binary values,
we are validating a more strict subset of characters that are generally text editor and copy/paste friendly.
|
TextInJavaScriptEncoder |
Encodes arbitrary text into a JavaScript string.
|
TextInMysqlEncoder |
Encodes arbitrary data for use in the mysql command line.
|
TextInPsqlEncoder |
Encodes arbitrary data for use in the psql command line.
|
TextInShEncoder |
Encodes arbitrary data for use in a shell script.
|
TextInXhtmlAttributeEncoder |
Encodes arbitrary data into an XHTML attribute.
|
TextInXhtmlEncoder |
Encodes arbitrary data into XHTML.
|
TextValidator |
No validation is performed on text.
|
UrlInJavaScriptEncoder |
Encodes a URL into a JavaScript string.
|
UrlInXhtmlAttributeEncoder |
Encodes a URL into an XHTML attribute.
|
UrlInXhtmlEncoder |
Encodes a URL into XHTML.
|
UrlValidator |
Makes sure that all data going through this writer has the correct characters
for URI/URL data.
|
XhtmlAttributeValidator |
Makes sure that all data going through this writer has the correct characters
for an XHTML attribute.
|
XhtmlValidator |
Makes sure that all data going through this writer has the correct characters
for XHTML.
|