|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.util.HtmlEncoder
public final class HtmlEncoder
This class contains a utility method for encoding a
String
so that it may be safely embedded within
a HTML document without affecting the formatting of the
document.
The following characters are encoded:
Constructor Summary | |
---|---|
HtmlEncoder()
|
Method Summary | |
---|---|
static java.lang.String |
encode(java.lang.String s)
Translates a string into a HTML safe format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlEncoder()
Method Detail |
---|
public static java.lang.String encode(java.lang.String s)
s
- the string to encode
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |