org.apache.myfaces.shared_orchestra.renderkit.html.util
Class UnicodeEncoder
java.lang.Object
org.apache.myfaces.shared_orchestra.renderkit.html.util.UnicodeEncoder
public abstract class UnicodeEncoder
- extends Object
Converts characters outside of latin-1 set in a string to numeric character references.
Method Summary |
static String |
encode(String string)
Encodes the given string, so that it can be used within a html page. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnicodeEncoder
public UnicodeEncoder()
encode
public static String encode(String string)
- Encodes the given string, so that it can be used within a html page.
- Parameters:
string
- the string to convert
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.