How would I change the template engine in Play! to a different engine than the default one? Can you give an example?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
It depends on which template engine you want to use. There are a number of options in Play's Module Directory.
I don't even ask why you want to do that.
That's simple, Play can return
Result
with ANY content you will give it, so you can just easily use: