Class BBCodeTool


  • public class BBCodeTool
    extends java.lang.Object
    BBCode toolbox
    This class only provides static variables and methods
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toHTML​(java.lang.String bbtext)
      Convert BBCode text to HTML
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toHTML

        public static java.lang.String toHTML​(java.lang.String bbtext)
        Convert BBCode text to HTML
        Parameters:
        bbtext - BBCode text
        Returns:
        HTML