jwma Configuration - textproc.properties Specification
 
Main | Deployment | Configuration | Architecture | Development | Screenshots | SF Project Site
Index | configuration.xml Specs | textproc.properties Specs | Preferences Template

General Remarks

Below you can find tables describing the properties of the textproc.properties file delivered with jwma. The standard packaged version of it can be found here:

textproc.properties (standard HEAD version from CVS)

For more documentation and better understanding please take a look at the jtextproc project and it's home page (which contains the documentation, including some UML class diagrams).


Resource Pools and their settings

Property Description Default (jwma)
resourcepools A comma seperated list of resourcepools to be configured on kernel startup. patternmatchers

Property Description Default (jwma)
respool.patternmatchers.resource.class The fully qualified name of the class that implements the net.wimpi.text.ProcessingResource interface. net.wimpi.text.std.PatternMatchingResource
respool.patternmatchers.size The size of the resource pool (i.e. amount of ProcessingResource instances) as int. 30


Processors and their settings


Property Description Default (jwma)
processors A comma seperated list of processors to be loaded on startup. linewrapper, plaintexturl,entityencoder

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.


Pipes and their settings


Property Description Default (jwma)
pipes A comma seperated list of pipes to be setup on Kernel startup. cleanmessage

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.


© 2000-2003 jwma team