trait supporting serving of feed pages: sets correct caching headers sets ETag and Last-Modified response headers and responds with Not-Modified if needed to reduce bandwidth supports content-negotiation and responds with either JSON or XML depending on registered marshallers
A Feed marshaller backed by a Jackson marshaller
A Feed marshaller backed by a Jackson marshaller
- the type of the Feed content
- the desired content type of the serialized Feed
- a implicitly provided Codec
- a implicitly provided ObjectWriter
A Feed marshaller backed by a Jaxb marshaller
A Feed marshaller backed by a Jaxb marshaller
- the type of the Feed content
- the desired content type of the serialized Feed
- a implicitly provided JAXBContext
A Feed marshaller backed by a play json marshaller
A Feed marshaller backed by a play json marshaller
- the type of the Feed content
- the desired content type of the serialized Feed
- a implicitly provided play-json Writes for T
trait supporting serving of feed pages: sets correct caching headers sets ETag and Last-Modified response headers and responds with Not-Modified if needed to reduce bandwidth supports content-negotiation and responds with either JSON or XML depending on registered marshallers
the type of the feed entries²