Class VCSmilies
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.smilies.VCSmilies
-
@VelocityCallable("singleton") public final class VCSmilies extends Object
-
-
Constructor Summary
Constructors Constructor Description VCSmilies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.uplanet.lucy.server.util.SmileyParser
getParser(String p_strFile)
String
parseText(String p_strText)
String
parseText(String p_strText, de.uplanet.lucy.server.util.SmileyParser p_parser)
String
parseText(String p_strText, String p_strPropertyFile)
-
-
-
Method Detail
-
parseText
public String parseText(String p_strText)
- Parameters:
p_strText
- The text where the smilies should be replaced.- Returns:
- The text with the smilies.
-
getParser
public de.uplanet.lucy.server.util.SmileyParser getParser(String p_strFile) throws IOException
- Throws:
IOException
-
parseText
public String parseText(String p_strText, String p_strPropertyFile) throws IOException
- Throws:
IOException
-
-