Package de.uplanet.lucy.server.composer
Class HelperFactory
java.lang.Object
de.uplanet.lucy.server.composer.HelperFactory
This is a helper factory for the composer, especially the velocity context.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEscapedPreselectString
(String p_strText) converts a String to another String so that some characters are converted to HTML tagsgetEscapedText
(String p_strText) converts a String to another String so that some characters are converted to HTML tags
-
Constructor Details
-
HelperFactory
public HelperFactory()Creates a new instance of HelperFactory
-
-
Method Details
-
getEscapedText
converts a String to another String so that some characters are converted to HTML tags- Parameters:
p_strText
- a String- Returns:
- a String with HTML-Tags instead of special characters
-
getEscapedPreselectString
converts a String to another String so that some characters are converted to HTML tags- Parameters:
p_strText
- a String- Returns:
- a String with HTML-Tags instead of special characters
-