| Package | Description |
|---|---|
| org.mmbase.applications.mmbob.util.transformers | |
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Smilies
Replaces known smilies with their graphical version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandStringTransformer
If you want to transform a Reader stream by the use of an external command, than you can extend
this class.
|
class |
Asciifier
Transforms strings to ascii strings.
|
protected class |
CodeSampleFactory.CodeSample |
class |
ConfigurableStringTransformer
Some Transformers implement more than one transformation.
|
class |
DiacriticsRemover
This transformer removes all diacritics from the characters of a string.
|
class |
Figlet
An escaper based on the amusing 'figlet' tool, which is available on some system.
|
class |
Graphviz
Converts the tools of graphviz into an MMBase 'chartransformer'.
|
class |
MD5
Do MD5 encoding.
|
class |
ParagraphTransformerFactory.ParagraphTransformer |
class |
Perl
And yet another rather idiotic type of Transformer.
|
class |
ProcessorCharTransformer |
class |
RadixTransformer
This straight-forward transformer wraps
Long.toString(long, int) and Long.parseLong(String, int). |
class |
RomanTransformer
Static utilities to deal with roman numbers, and non static functions to transform strings
representing decimal numbers to roman numbers and back.
|
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}