| Package | Description |
|---|---|
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64
Code taken from "http://www.source-code.biz/snippets/java/2.htm"
|
class |
Censor
Replaces certain 'forbidden' words by something more decent.
|
class |
ChunkedTransformer<P>
A chunked transformer is a transformer that transforms on a 'chunk by chunk' base.
|
class |
ConfigurableReaderTransformer
Some Transformers implement more than one transformation.
|
class |
ConfigurableStringTransformer
Some Transformers implement more than one transformation.
|
class |
CP1252Surrogator
Surrogates the Windows CP1252 characters which are not valid ISO-8859-1.
|
class |
Hex
Encode a bytearray to a string by converting every byte to a hexadecimal (00 - FF)
representation, and decode the other way around.
|
class |
Javascript
Encodings related Javascript It can escape single quotes, by replacing them by \\', as is needed in document.write actions.
|
class |
Latin3Surrogator
The ISO-8859-3 ('South European') unibyte encoding is used for languages like maltese and
esperanto.
|
class |
LinkFinder
Finds links in the Character String, and makes them 'clickable' for HTML (using a-tags).
|
class |
RegexpReplacer
Finds regexps in the Character String, and replaces them.
|
(package private) class |
ResourceBundleReplacer |
class |
Sql
Encodings related to Sql.
|
class |
Url
Encodings related to URL's.
|
class |
Xml
Transformations related to escaping in XML.
|
class |
XmlField
XMLFields in MMBase.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}