Package de.uplanet.lucy.server.composer
Class HelperFactory
- java.lang.Object
-
- de.uplanet.lucy.server.composer.HelperFactory
-
@VelocityCallable("singleton") public final class HelperFactory extends ObjectThis 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 StringgetEscapedPreselectString(String p_strText)converts a String to another String so that some characters are converted to HTML tagsStringgetEscapedText(String p_strText)converts a String to another String so that some characters are converted to HTML tags
-