Package

be.wegenenverkeer.atomium

play

Permalink

package play

Visibility
  1. Public
  2. All

Type Members

  1. trait FeedSupport[T] extends Results with HeaderNames with Rendering with AcceptExtractors

    Permalink

    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

    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

    T

    the type of the feed entriesĀ²

  2. case class PlayJaxbCodec[E](typeMarker: Class[E]) extends FeedPageCodec[E, Array[Byte]] with Product with Serializable

    Permalink

    Created by Karel Maesen, Geovise BVBA on 18/11/16.

  3. case class PlayJsonCodec[E]()(implicit entryFormat: Format[E]) extends FeedPageCodec[E, Array[Byte]] with Product with Serializable

    Permalink

    Created by Karel Maesen, Geovise BVBA on 18/11/16.

  4. case class PlayJsonEntryCodec[E]()(implicit entryFormat: Format[E]) extends Codec[E, String] with Product with Serializable

    Permalink

    Codec for encoding Entries using Play Json

    Codec for encoding Entries using Play Json

    E

    The type of the Entry

    entryFormat

    the Format for the Entry

Value Members

  1. object PlayJsonFormats

    Permalink

    This object provides the Play JSON formats that can be used by read/write the Atom AST from/to JSON.

    This object provides the Play JSON formats that can be used by read/write the Atom AST from/to JSON.

    If you want to use this implementation you will need to add a dependency on the Play Json API library.

  2. package jaxb

    Permalink

Ungrouped