Class HTML4Codec

  • All Implemented Interfaces:
    CodecFactory

    public class HTML4Codec
    extends java.lang.Object
    implements CodecFactory
    Encodes and decodes strings to and from HTML. It uses escaping information from Spring's HtmlUtils so that this is compatible with the previous "encodeAsHTML" in older Grails versions.
    Since:
    2.3
    • Constructor Summary

      Constructors 
      Constructor Description
      HTML4Codec()  
    • Constructor Detail

      • HTML4Codec

        public HTML4Codec()