Property |
Description |
Default
(jwma) |
processor.linewrapper.class |
The fully qualified
name of the class that implements the net.wimpi.text.Processor
interface. |
dtw.webmail.util.LineWrapper |
processor.linewrapper.description.locales |
The locales for which a translated
description is available. |
en,de |
processor.linewrapper.description.en |
The translated description
for the specific locale. |
Wrapping lines
at 80 characters. |
processor.linewrapper.description.de |
The translated description
for the specific locale. |
Zeilenumbruch bei
80 Zeichen. |
processor.plaintexturl.class |
The fully qualified
name of the class that implements the net.wimpi.text.Processor
interface. |
dtw.webmail.util.PlainTextUrl |
processor.plaintexturl.description.locales |
The locales for which a translated
description is available. |
en,de |
processor.plaintexturl.description.en |
The translated description
for the specific locale. |
Converting URL's
into HTML references. |
processor.plaintexturl.description.de |
The translated description
for the specific locale. |
Umwandlung von
URL's in HTML Referenzen. |
processor.entityencoder.class |
The fully qualified name of
the class that implements the net.wimpi.text.Processor
interface. |
dtw.webmail.util.EntityEncoder |
processor.entityencoder.description.locales |
The locales for which a translated
description is available. |
en,de |
processor.entityencoder.description.en |
The translated description
for the specific locale. |
Converting special
characters into HTML entities. |
processor.entityencoder.description.de |
The translated description
for the specific locale. |
Umwandlung von
speziellen Zeichen in HTML Entities. |
Property |
Description |
Default
(jwma) |
pipe.cleanmessage.sequence |
A comma seperated list of
processors (should be specified in processors property). |
plaintexturl,linewrapper |
pipe.cleanmessage.description.locales |
The locales for which a translated
description is available. |
en,de |
pipe.cleanmessage.description.en |
The translated description
for the specific locale. |
Wrap lines and convert
URL's into HTML references. |
pipe.cleanmessage.description.de |
The translated description
for the specific locale. |
Zeilenumbruch und Umwandlung
von URL's in HTML links. |