|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectplay.utils.HTML
public class HTML
| Nested Class Summary | |
|---|---|
static class |
HTML.HtmlCharacterEntityReferences
|
| Constructor Summary | |
|---|---|
HTML()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
htmlEscape(java.lang.String input)
Turn special characters into HTML character references. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTML()
| Method Detail |
|---|
public static java.lang.String htmlEscape(java.lang.String input)
Escapes all special characters to their corresponding
entity reference (e.g. <).
Reference: http://www.w3.org/TR/html4/sgml/entities.html
input - the (unescaped) input string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||