Package org.grails.encoder
Interface EncodingStateRegistryLookup
-
public interface EncodingStateRegistryLookupThis interface marks an instance capable of looking of the currentEncodingStateRegistry- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncodingStateRegistrylookup()Lookup encoding state registry.
-
-
-
Method Detail
-
lookup
EncodingStateRegistry lookup()
Lookup encoding state registry.- Returns:
- the encoding state registry
-
-