Package cl.cromer.azaraka.logging
Class StringUtils
- java.lang.Object
-
- cl.cromer.azaraka.logging.StringUtils
-
public class StringUtils extends java.lang.Object
This class handles string formatting for html
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
encodeHtml(java.lang.String source)
Encode the string for html characters
-