Class UnicodeEncoder
java.lang.Object
org.apache.myfaces.renderkit.html.util.UnicodeEncoder
Converts characters outside of latin-1 set in a string to numeric character references.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static String
Encodes the given string, so that it can be used within a html page.
-
Constructor Details
-
UnicodeEncoder
public UnicodeEncoder()
-
-
Method Details
-
encode
Encodes the given string, so that it can be used within a html page.- Parameters:
string
- the string to convert
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-
encode
- Throws:
IOException
-