Package org.grails.encoder
Interface EncodingState
- All Known Implementing Classes:
EncodingStateImpl
public interface EncodingState
Holds the state of applied encodings
- Since:
- 2.3
-
Method Summary
Modifier and TypeMethodDescriptionappendEncoder(Encoder encoder) Gets the current encoding state (= encoder that have been applied)
-
Method Details
-
getEncoders
Gets the current encoding state (= encoder that have been applied)- Returns:
- the encoders that have been applied
-
appendEncoder
-
getPreviousEncodingState
EncodingState getPreviousEncodingState()
-