Class HTML4Decoder

  • All Implemented Interfaces:
    CodecIdentifierProvider, Decoder

    public class HTML4Decoder
    extends java.lang.Object
    implements Decoder
    HTML4 decoder that uses Spring's HtmlUtils.htmlUnescape to do the unescaping.
    Since:
    2.3
    • Constructor Summary

      Constructors 
      Constructor Description
      HTML4Decoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object decode​(java.lang.Object o)
      Decode given input object
      CodecIdentifier getCodecIdentifier()
      Gets the codec identifier information.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HTML4Decoder

        public HTML4Decoder()
    • Method Detail

      • decode

        public java.lang.Object decode​(java.lang.Object o)
        Description copied from interface: Decoder
        Decode given input object
        Specified by:
        decode in interface Decoder
        Parameters:
        o - the input object
        Returns:
        the decoded object