RouteParams

play.core.routing.RouteParams
case class RouteParams(path: Map[String, Either[Throwable, String]], queryString: Map[String, Seq[String]])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fromPath[T](key: String, default: Option[T])(implicit binder: PathBindable[T]): Param[T]
def fromQuery[T](key: String, default: Option[T])(implicit binder: QueryStringBindable[T]): Param[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product