|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.util.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
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |