|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.shared_orchestra.renderkit.html.util.HTMLEncoder
public abstract class HTMLEncoder
Converts Strings so that they can be used within HTML-Code.
Constructor Summary | |
---|---|
HTMLEncoder()
|
Method Summary | |
---|---|
static String |
encode(String string)
Variant of encode(java.lang.String) where encodeNewline is false and encodeNbsp is true. |
static String |
encode(String string,
boolean encodeNewline)
Variant of encode(java.lang.String) where encodeNbsp is true. |
static String |
encode(String string,
boolean encodeNewline,
boolean encodeSubsequentBlanksToNbsp)
Variant of encode(java.lang.String) where encodeNbsp and encodeNonLatin are true |
static String |
encode(String string,
boolean encodeNewline,
boolean encodeSubsequentBlanksToNbsp,
boolean encodeNonLatin)
Encodes the given string, so that it can be used within a html page. |
static String |
encodeURIAtributte(String string,
String characterEncoding)
Encode an URI, escaping or percent-encoding all required characters and following the rules mentioned on RFC 3986. |
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 String encode(String string)
encode(java.lang.String)
where encodeNewline is false and encodeNbsp is true.
public static String encode(String string, boolean encodeNewline)
encode(java.lang.String)
where encodeNbsp is true.
public static String encode(String string, boolean encodeNewline, boolean encodeSubsequentBlanksToNbsp)
encode(java.lang.String)
where encodeNbsp and encodeNonLatin are true
public static String encode(String string, boolean encodeNewline, boolean encodeSubsequentBlanksToNbsp, boolean encodeNonLatin)
string
- the string to convertencodeNewline
- if true newline characters are converted to <br>'sencodeSubsequentBlanksToNbsp
- if true subsequent blanks are converted to 'sencodeNonLatin
- if true encode non-latin characters as numeric character referencespublic static String encodeURIAtributte(String string, String characterEncoding) throws IOException
string
- encodeNonLatin
-
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |