Package org.grails.encoder
Interface CodecFactory
-
- All Known Implementing Classes:
HTML4Codec,HTMLJSCodec,RawCodec,XMLCodecFactory
public interface CodecFactoryThis interface can be used to tell that a Grails Codec class should use these methods for creating the encoder and decoder instances instead of using conventional encode/decode methods.- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecodergetDecoder()Gets the decoder instance.EncodergetEncoder()Gets the encoder instance.
-