jodd.servlet
Class HtmlDecoder

java.lang.Object
  extended by jodd.servlet.HtmlDecoder

public class HtmlDecoder
extends java.lang.Object

HTML decoder.


Constructor Summary
HtmlDecoder()
           
 
Method Summary
static java.lang.String decode(java.lang.String html)
          Decodes HTML text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlDecoder

public HtmlDecoder()
Method Detail

decode

public static java.lang.String decode(java.lang.String html)
Decodes HTML text.



Copyright © 2003-2012 Jodd Team