|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectechopointng.util.HtmlKit
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. |
static org.w3c.dom.Node[] |
encodeNewLines(org.w3c.dom.Document document,
java.lang.String text,
int newLinePolicy)
Encodes a string of text into DOM Nodes by taking new lines and replacing them aoccording to the policy provided. |
static java.lang.String |
getImageURI(nextapp.echo2.app.ImageReference imageReference)
This returns the URI for the given ImageReference |
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_REMOVE
public static final int NEWLINE_TO_BR
public static final int NEWLINE_TO_SPACE
public static final int NEWLINE_TRANSPARENT
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:
public static org.w3c.dom.Node[] encodeNewLines(org.w3c.dom.Document document, java.lang.String text, int newLinePolicy)
text
- The text to be encoded into DOM Nodes.newLinePolicy
- The policy for handling newline characters, one of the
following values:
public static java.lang.String getImageURI(nextapp.echo2.app.ImageReference imageReference)
ImageReference
imageReference
- -
the ImageReference
to get a URI for
ImageReference
java.lang.IllegalArgumentException
- -
if the ImageReference
is null
|
EchoPoint 2.1.0rc4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |