|
|||||||||
| Home >> All >> com >> lutris >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.util
Class HtmlEncoder

java.lang.Objectcom.lutris.util.HtmlEncoder
- public final class HtmlEncoder
- extends java.lang.Object
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 |
HtmlEncoder
public HtmlEncoder()
| Method Detail |
encode
public static java.lang.String encode(java.lang.String s)
- Translates a string into a HTML safe format.
|
|||||||||
| Home >> All >> com >> lutris >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.lutris.util.HtmlEncoder