MapQueryString

org.scalatra.util.MapQueryString
See theMapQueryString companion object
case class MapQueryString(initialValues: Seq[(String, Seq[String])], rawValue: String)

Attributes

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

Members list

Type members

Types

type Value = Map[String, Seq[String]]

Value members

Concrete methods

def value: Value

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val empty: Map[String, List[String]]
val uriPart: String