Package de.uplanet.lucy.server.composer
Klasse HelperFactory
java.lang.Object
de.uplanet.lucy.server.composer.HelperFactory
This is a helper factory for the composer, especially the velocity context.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetEscapedPreselectString(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
-
Konstruktordetails
-
HelperFactory
public HelperFactory()Creates a new instance of HelperFactory
-
-
Methodendetails
-
getEscapedText
converts a String to another String so that some characters are converted to HTML tags- Parameter:
p_strText- a String- Gibt zurück:
- 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- Parameter:
p_strText- a String- Gibt zurück:
- a String with HTML-Tags instead of special characters
-