Package de.uplanet.lucy.server.composer
Class HelperFactory
- java.lang.Object
-
- de.uplanet.lucy.server.composer.HelperFactory
-
@VelocityCallable("singleton") public final class HelperFactory extends Object
This is a helper factory for the composer, especially the velocity context.
-
-
Constructor Summary
Constructors Constructor Description HelperFactory()
Creates a new instance of HelperFactory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEscapedPreselectString(String p_strText)
converts a String to another String so that some characters are converted to HTML tagsString
getEscapedText(String p_strText)
converts a String to another String so that some characters are converted to HTML tags
-