Package org.grails.encoder
Interface EncodingState
-
- All Known Implementing Classes:
EncodingStateImpl
public interface EncodingStateHolds the state of applied encodings- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncodingStateappendEncoder(Encoder encoder)java.util.Set<Encoder>getEncoders()Gets the current encoding state (= encoder that have been applied)EncodingStategetPreviousEncodingState()
-
-
-
Method Detail
-
getEncoders
java.util.Set<Encoder> getEncoders()
Gets the current encoding state (= encoder that have been applied)- Returns:
- the encoders that have been applied
-
appendEncoder
EncodingState appendEncoder(Encoder encoder)
-
getPreviousEncodingState
EncodingState getPreviousEncodingState()
-
-