Package

com.wellfactored.restless.play

actions

Permalink

package actions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. actions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CollectionRequest extends WrappedRequest[String]

    Permalink
  2. case class Params(page_number: Option[Int], page_size: Option[Int], max_results: Option[Int], query: Option[Query], fields: Option[List[Path]], sort_by: Option[Path], reverse: Option[Boolean]) extends Product with Serializable

    Permalink

    I'm using snake-case names here as that is more conventional for the web side of things.

    I'm using snake-case names here as that is more conventional for the web side of things. This class represents a structure that will be passed in via json.

    TODO: Change the names to scala-style camel-case and implement a Json.reads that binds the snake-case names from the json

Value Members

  1. object ApiActions extends BodyParsers

    Permalink
  2. object Params extends Serializable

    Permalink
  3. object Selector

    Permalink
  4. implicit val pathR: Reads[Path]

    Permalink
  5. implicit val queryBinding: QueryStringBindable[Query]

    Permalink
  6. implicit val queryFormat: Format[Query]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped