Package

controllers

Permalink

package controllers

Visibility
  1. Public
  2. All

Type Members

  1. case class Event(value: Double, description: Option[String], version: Int = 1) extends Product with Serializable

    Permalink
    Annotations
    @XmlRootElement() @XmlAccessorType()
  2. class EventController extends Controller with FeedSupport[Event]

    Permalink

    This controller serves pages of a feed containing {{Event}}.

    This controller serves pages of a feed containing {{Event}}. It registers both a Play json marshaller and a Jaxb xml marshaller and thus supports content negotiation and can support both xml or json responses

  3. class ReverseEventController extends AnyRef

    Permalink
  4. class ReverseStringController extends AnyRef

    Permalink
  5. class StringController extends Controller with FeedSupport[String]

    Permalink

    This controller serves pages of a feed containing Strings.

    This controller serves pages of a feed containing Strings. It only supports a Jackson json marshaller and thus only supports JSON responses

  6. class routes extends AnyRef

    Permalink

Value Members

  1. object Deps

    Permalink
  2. object EventFormat

    Permalink
  3. package javascript

    Permalink

Ungrouped