Package

be.wegenenverkeer.atomium

format

Permalink

package format

Visibility
  1. Public
  2. All

Type Members

  1. case class AtomEntry[+T](id: String, updated: DateTime, content: Content[T], links: List[Link]) extends Entry[T] with Product with Serializable

    Permalink
  2. case class Content[+T](value: T, type: String) extends Product with Serializable

    Permalink

    Representation of the content element in a Atom feed.

    Representation of the content element in a Atom feed.

    T

    the type of entry

    value

    the content value

  3. trait Entry[+T] extends AnyRef

    Permalink

    Representation of an entry in an Atom feed.

    Representation of an entry in an Atom feed. The entry acts as a container for metadata and data associated with the entry.

    T

    the type of entry

  4. case class Feed[+T](id: String, base: Url, title: Option[String], generator: Option[Generator] = None, updated: DateTime, links: List[Link], entries: List[Entry[T]], headers: Map[String, String] = Map.empty) extends Product with Serializable

    Permalink

    Representation of a (page in an) Atom feed.

    Representation of a (page in an) Atom feed.

    T

    the type of entry

    id

    the feed ID

    base

    the base URI

    title

    the feed title

    generator

    the feed generator

    updated

    indicates when the feed was last updated

    links

    the links associated with this feed

    entries

    the entries in the feed page

  5. case class Generator(text: String, uri: Option[Url] = None, version: Option[String] = None) extends Product with Serializable

    Permalink
  6. case class Link(rel: String, href: Url) extends Product with Serializable

    Permalink

    Representation of a link in an Atom feed.

    Representation of a link in an Atom feed.

    rel

    the kind of relation

    href

    link url

  7. case class Url(path: String) extends Product with Serializable

    Permalink

    A wrapper for an URL that adds a path constructor.

    A wrapper for an URL that adds a path constructor.

    path

    url path

Value Members

  1. object FeedConverters

    Permalink
  2. object Link extends Serializable

    Permalink
  3. package jaxb

    Permalink
  4. package pub

    Permalink

Ungrouped