| Package | Description |
|---|---|
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
CP1252Surrogator
Surrogates the Windows CP1252 characters which are not valid ISO-8859-1.
|
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.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}