Package org.cyclos.server.utils
Class SanitizeHelper
- java.lang.Object
-
- org.cyclos.server.utils.SanitizeHelper
-
public class SanitizeHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description SanitizeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringescapeTags(String text)Replaces all '<' by '< ', effectively invalidating all HTML tags.
-