|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.limitless.util.HtmlSanitizer
public class HtmlSanitizer
This class has static methods for cleaning strings for safe HTML viewing.
| Constructor Summary | |
|---|---|
HtmlSanitizer()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
clean(java.lang.String raw)
Convert the string into HTML-safe output. |
static void |
main(java.lang.String[] args)
This is a testing main. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlSanitizer()
| Method Detail |
|---|
public static java.lang.String clean(java.lang.String raw)
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||