|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nextapp.echoservlet.html.Html
Encodes text strings into HTML.
Field Summary | |
static int |
NEWLINE_REMOVE
|
static int |
NEWLINE_TO_BR
|
static int |
NEWLINE_TO_SPACE
|
static int |
NEWLINE_TRANSPARENT
|
Method Summary | |
static java.lang.String |
encode(java.lang.String text)
Encodes a string of text into HTML by replacing less than, greater than, ampersand, and quotation mark characters with their HTML escaped equivalents. |
static java.lang.String |
encode(java.lang.String text,
int newLinePolicy)
Encodes a string of text into HTML by replacing less than, greater than, ampersand, and quotation mark characters with their HTML escaped equivalents. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NEWLINE_TRANSPARENT
public static final int NEWLINE_TO_SPACE
public static final int NEWLINE_TO_BR
public static final int NEWLINE_REMOVE
Method Detail |
public static java.lang.String encode(java.lang.String text)
text
- The text to be encoded into HTML.
public static java.lang.String encode(java.lang.String text, int newLinePolicy)
text
- The text to be encoded into HTML.newLinePolicy
- The policy for handling newline characters, one of
the following values:
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |