controllers

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

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

    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

  4. class ReverseStringController extends AnyRef

  5. class StringController extends Controller with FeedSupport[String]

    This controller serves pages of a feed containing Strings.

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

  6. class routes extends AnyRef

Value Members

  1. object EventFormat

  2. package javascript

  3. package ref

Ungrouped