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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic StringEncodes the given string, so that it can be used within a html page.
- 
Constructor Details- 
UnicodeEncoderpublic UnicodeEncoder()
 
- 
- 
Method Details- 
encodeEncodes 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
 
 
-