JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.codehaus.groovy.grails.support.encoding
Interface EncoderAware
All Known Implementing Classes:
CodecPrintWriter
,
EncodedAppenderWriter
,
StreamingEncoderWriter
public interface
EncoderAware
Marks a instance capable of providing information about the current encoder that is in use
Since:
2.3
Method Summary
Methods
Modifier and Type
Method and Description
Encoder
getEncoder
()
Gets the current encoder in use.
Method Detail
getEncoder
Encoder
getEncoder()
Gets the current encoder in use.
Returns:
the encoder
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method