Package org.grails.encoder.impl
Class HTML4Decoder
java.lang.Object
org.grails.encoder.impl.HTML4Decoder
- All Implemented Interfaces:
CodecIdentifierProvider,Decoder
HTML4 decoder that uses Spring's HtmlUtils.htmlUnescape to do the unescaping.
- Since:
- 2.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDecode given input objectGets the codec identifier information.
-
Constructor Details
-
HTML4Decoder
public HTML4Decoder()
-
-
Method Details
-
decode
Description copied from interface:DecoderDecode given input object -
getCodecIdentifier
Description copied from interface:CodecIdentifierProviderGets the codec identifier information.- Specified by:
getCodecIdentifierin interfaceCodecIdentifierProvider- Returns:
- the codec identifier information
-