java.lang.Object
de.uplanet.lucy.server.auxiliaries.smilies.VCSmilies

@VelocityCallable("singleton") public final class VCSmilies extends Object
  • Constructor Details

    • VCSmilies

      public VCSmilies()
  • Method Details

    • 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
    • parseText

      public String parseText(String p_strText, de.uplanet.lucy.server.util.SmileyParser p_parser)