be.wegenenverkeer.atomium

format

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

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

    Representation of the content element in a Atom feed.

  3. trait Entry[+T] extends AnyRef

    Representation of an entry in an Atom feed.

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

    Representation of a (page in an) Atom feed.

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

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

    Representation of a link in an Atom feed.

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

    A wrapper for an URL that adds a path constructor.

Value Members

  1. object FeedConverters

  2. object Link extends Serializable

  3. package jaxb

  4. package pub

Ungrouped