|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.charlesames.utility.html.HtmlMethods
public abstract class HtmlMethods
HTML encoding methods. Source: http://www.owasp.org/index.php/How_to_perform_HTML_entity_encoding_in_Java
| Constructor Summary | |
|---|---|
HtmlMethods()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
htmlEncode(java.lang.String s)
HTML encode a string |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlMethods()
| Method Detail |
|---|
public static java.lang.String htmlEncode(java.lang.String s)
s - The unencoded string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||