Class/Object

org.scalatra.servlet

RichRequest

Related Docs: object RichRequest | package servlet

Permalink

case class RichRequest(r: HttpServletRequest) extends AttributesMap with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, AttributesMap, MutableMapWithIndifferentAccess[Any], MapWithIndifferentAccess[Any], Map[String, Any], MapLike[String, Any, Map[String, Any]], Cloneable[Map[String, Any]], Cloneable, Cloneable, Shrinkable[String], Builder[(String, Any), Map[String, Any]], Growable[(String, Any)], Clearable, Map[String, Any], MapLike[String, Any, Map[String, Any]], Subtractable[String, Map[String, Any]], PartialFunction[String, Any], (String) ⇒ Any, GenMap[String, Any], GenMapLike[String, Any, Map[String, Any]], Iterable[(String, Any)], Iterable[(String, Any)], IterableLike[(String, Any), Map[String, Any]], Equals, GenIterable[(String, Any)], GenIterableLike[(String, Any), Map[String, Any]], Traversable[(String, Any)], Mutable, Traversable[(String, Any)], GenTraversable[(String, Any)], GenericTraversableTemplate[(String, Any), Iterable], TraversableLike[(String, Any), Map[String, Any]], GenTraversableLike[(String, Any), Map[String, Any]], Parallelizable[(String, Any), ParMap[String, Any]], TraversableOnce[(String, Any)], GenTraversableOnce[(String, Any)], FilterMonadic[(String, Any), Map[String, Any]], HasNewBuilder[(String, Any), Map[String, Any]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichRequest
  2. Serializable
  3. Serializable
  4. Product
  5. AttributesMap
  6. MutableMapWithIndifferentAccess
  7. MapWithIndifferentAccess
  8. Map
  9. MapLike
  10. Cloneable
  11. Cloneable
  12. Cloneable
  13. Shrinkable
  14. Builder
  15. Growable
  16. Clearable
  17. Map
  18. MapLike
  19. Subtractable
  20. PartialFunction
  21. Function1
  22. GenMap
  23. GenMapLike
  24. Iterable
  25. Iterable
  26. IterableLike
  27. Equals
  28. GenIterable
  29. GenIterableLike
  30. Traversable
  31. Mutable
  32. Traversable
  33. GenTraversable
  34. GenericTraversableTemplate
  35. TraversableLike
  36. GenTraversableLike
  37. Parallelizable
  38. TraversableOnce
  39. GenTraversableOnce
  40. FilterMonadic
  41. HasNewBuilder
  42. AnyRef
  43. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichRequest(r: HttpServletRequest)

    Permalink

Type Members

  1. class DefaultKeySet extends AbstractSet[A] with Set[A] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  2. class DefaultValuesIterable extends AbstractIterable[B] with Iterable[B] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  3. class FilteredKeys extends AbstractMap[A, B] with DefaultMap[A, B]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  4. class MappedValues[C] extends AbstractMap[A, C] with DefaultMap[A, C]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  5. type Self = Map[String, Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  6. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +[B1 >: Any](elem1: (String, B1), elem2: (String, B1), elems: (String, B1)*): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  4. def +[B1 >: Any](kv: (String, B1)): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  5. def ++[B1 >: Any](xs: GenTraversableOnce[(String, B1)]): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.

  6. def ++[B >: (String, Any), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  7. def ++:[B >: (String, Any), That](that: Traversable[B])(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  8. def ++:[B >: (String, Any), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  9. def ++=(xs: TraversableOnce[(String, Any)]): RichRequest.this.type

    Permalink
    Definition Classes
    Growable
  10. def +=(kv: (String, Any)): RichRequest.this.type

    Permalink

    Sets an attribute on the underlying servlet object.

    Sets an attribute on the underlying servlet object.

    kv

    the key/value pair. If the value is null, has the same effect as calling -=(kv._1).

    returns

    the map itself

    Definition Classes
    AttributesMap → MapLike → Builder → Growable
  11. def +=(elem1: (String, Any), elem2: (String, Any), elems: (String, Any)*): RichRequest.this.type

    Permalink
    Definition Classes
    Growable
  12. def -(elem1: String, elem2: String, elems: String*): Map[String, Any]

    Permalink
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  13. def -(key: String): Map[String, Any]

    Permalink
    Definition Classes
    MapLike → MapLike → Subtractable → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  14. def --(xs: GenTraversableOnce[String]): Map[String, Any]

    Permalink
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.

  15. def --=(xs: TraversableOnce[String]): RichRequest.this.type

    Permalink
    Definition Classes
    Shrinkable
  16. def -=(key: String): RichRequest.this.type

    Permalink

    Removes an attribute from the underlying servlet object.

    Removes an attribute from the underlying servlet object.

    key

    the key to remove

    returns

    the map itself

    Definition Classes
    AttributesMap → MapLike → Shrinkable
  17. def -=(elem1: String, elem2: String, elems: String*): RichRequest.this.type

    Permalink
    Definition Classes
    Shrinkable
  18. def /:[B](z: B)(op: (B, (String, Any)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  19. def :\[B](z: B)(op: ((String, Any), B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  20. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    MapLike → TraversableOnce
  22. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  23. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  24. def aggregate[B](z: ⇒ B)(seqop: (B, (String, Any)) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def andThen[C](k: (Any) ⇒ C): PartialFunction[String, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  26. def apply(key: Symbol): Any

    Permalink
    Definition Classes
    MapWithIndifferentAccess
  27. def apply(key: String): Any

    Permalink
    Definition Classes
    MapLike → GenMapLike → Function1
  28. def applyOrElse[A1 <: String, B1 >: Any](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  29. def as[T](key: String)(implicit mf: Manifest[T], converter: TypeConverter[Any, T]): T

    Permalink

    Return the attribute associated with the key or throw an exception when nothing found

    Return the attribute associated with the key or throw an exception when nothing found

    T

    The type of the value

    key

    The key to find

    returns

    an value for the attributed associated with the key in the underlying servlet object, or throw an exception if the key doesn't exist

    Definition Classes
    AttributesMap
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def attributes: HttpServletRequest

    Permalink
    Attributes
    protected[org.scalatra]
    Definition Classes
    RichRequestAttributesMap
  32. def body: String

    Permalink

    Caches and returns the body of the response.

    Caches and returns the body of the response. The method is idempotent for any given request. The result is cached in memory regardless of size, so be careful. Calling this method consumes the request's input stream.

    returns

    the message body as a string according to the request's encoding (defult ISO-8859-1).

  33. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  34. def characterEncoding: Option[String]

    Permalink

    Returns the name of the character encoding of the body, or None if no character encoding is specified.

  35. def characterEncoding_=(encoding: Option[String]): Unit

    Permalink
  36. def clear(): Unit

    Permalink
    Definition Classes
    MapLike → Builder → Growable → Clearable
  37. def clone(): Map[String, Any]

    Permalink
    Definition Classes
    MapLike → Cloneable → AnyRef
  38. def collect[B, That](pf: PartialFunction[(String, Any), B])(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  39. def collectFirst[B](pf: PartialFunction[(String, Any), B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  40. def companion: GenericCompanion[Iterable]

    Permalink
    Definition Classes
    Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  41. def compose[A](g: (A) ⇒ String): (A) ⇒ Any

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  42. def contains(key: String): Boolean

    Permalink
    Definition Classes
    MapLike → GenMapLike
  43. def contentLength: Option[Long]

    Permalink

    Returns the length, in bytes, of the body, or None if not known.

  44. def contentType: Option[String]

    Permalink

    The content of the Content-Type header, or None if absent.

  45. def cookies: Map[String, String]

    Permalink

    Returns a map of cookie names to values.

    Returns a map of cookie names to values. If multiple values are present for a given cookie, the value is the first cookie of that name.

  46. def copyToArray[B >: (String, Any)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def copyToArray[B >: (String, Any)](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  48. def copyToArray[B >: (String, Any)](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  49. def copyToBuffer[B >: (String, Any)](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  50. def count(p: ((String, Any)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  51. def default(key: String): Any

    Permalink
    Definition Classes
    MapLike → GenMapLike
  52. def drop(n: Int): Map[String, Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  53. def dropRight(n: Int): Map[String, Any]

    Permalink
    Definition Classes
    IterableLike
  54. def dropWhile(p: ((String, Any)) ⇒ Boolean): Map[String, Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  55. def empty: Map[String, Any]

    Permalink
    Definition Classes
    Map → Map → MapLike
  56. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  57. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    GenMapLike → Equals → AnyRef → Any
  58. def exists(p: ((String, Any)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  59. def filter(p: ((String, Any)) ⇒ Boolean): Map[String, Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  60. def filterKeys(p: (String) ⇒ Boolean): Map[String, Any]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  61. def filterNot(p: ((String, Any)) ⇒ Boolean): Map[String, Any]

    Permalink
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  62. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  63. def find(p: ((String, Any)) ⇒ Boolean): Option[(String, Any)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  64. def flatMap[B, That](f: ((String, Any)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  65. def flatten[B](implicit asTraversable: ((String, Any)) ⇒ GenTraversableOnce[B]): Iterable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  66. def fold[A1 >: (String, Any)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  67. def foldLeft[B](z: B)(op: (B, (String, Any)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  68. def foldRight[B](z: B)(op: ((String, Any), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  69. def forall(p: ((String, Any)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  70. def foreach[U](f: ((String, Any)) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  71. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  72. def get(key: String): Option[Any]

    Permalink

    Optionally returns the attribute associated with the key

    Optionally returns the attribute associated with the key

    returns

    an option value containing the attribute associated with the key in the underlying servlet object, or None if none exists.

    Definition Classes
    AttributesMap → MapLike → GenMapLike
  73. def get(key: Symbol): Option[Any]

    Permalink
    Definition Classes
    MapWithIndifferentAccess
  74. def getAs[T](key: String)(implicit mf: Manifest[T], converter: TypeConverter[Any, T]): Option[T]

    Permalink

    Optionally return and type cast the attribute associated with the key

    Optionally return and type cast the attribute associated with the key

    T

    The type of the value

    key

    The key to find

    returns

    an option value containing the attributed associated with the key in the underlying servlet object, or None if none exists

    Definition Classes
    AttributesMap
  75. def getAsOrElse[T](key: String, default: ⇒ T)(implicit mf: Manifest[T], converter: TypeConverter[Any, T]): T

    Permalink

    Return the attribute associated with the key or throw an exception when nothing found

    Return the attribute associated with the key or throw an exception when nothing found

    T

    The type of the value

    key

    The key to find

    returns

    an value for the attributed associated with the key in the underlying servlet object, or throw an exception if the key doesn't exist

    Definition Classes
    AttributesMap
  76. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  77. def getOrElse[B1 >: Any](key: Symbol, default: ⇒ B1): B1

    Permalink
    Definition Classes
    MapWithIndifferentAccess
  78. def getOrElse[B1 >: Any](key: String, default: ⇒ B1): B1

    Permalink
    Definition Classes
    MapLike → GenMapLike
  79. def getOrElseUpdate(key: String, op: ⇒ Any): Any

    Permalink
    Definition Classes
    MapLike
  80. def groupBy[K](f: ((String, Any)) ⇒ K): Map[K, Map[String, Any]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  81. def grouped(size: Int): Iterator[Map[String, Any]]

    Permalink
    Definition Classes
    IterableLike
  82. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  83. def hashCode(): Int

    Permalink
    Definition Classes
    GenMapLike → AnyRef → Any
  84. def head: (String, Any)

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  85. def headOption: Option[(String, Any)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  86. def header(name: String): Option[String]

    Permalink
  87. object headers extends DefaultMap[String, String]

    Permalink

    A map of headers.

    A map of headers. Multiple header values are separated by a ',' character. The keys of this map are case-insensitive.

  88. def init: Map[String, Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  89. def inits: Iterator[Map[String, Any]]

    Permalink
    Definition Classes
    TraversableLike
  90. def inputStream: InputStream

    Permalink

    The input stream is an InputStream which contains the raw HTTP POST data.

    The input stream is an InputStream which contains the raw HTTP POST data. The caller should not close this stream.

    In contrast to Rack, this stream is not rewindable.

  91. def isAjax: Boolean

    Permalink

    Returns true if the request is an AJAX request

  92. def isDefinedAt(key: String): Boolean

    Permalink
    Definition Classes
    MapLike → GenMapLike → PartialFunction
  93. def isEmpty: Boolean

    Permalink
    Definition Classes
    MapLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  94. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  95. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  96. def isWrite: Boolean

    Permalink

    Returns true if the request's method is not "safe" per RFC 2616.

  97. def iterator: Iterator[(String, Any)]

    Permalink

    Creates a new iterator over all attributes in the underlying servlet object.

    Creates a new iterator over all attributes in the underlying servlet object.

    returns

    the new iterator

    Definition Classes
    AttributesMap → MapLike → IterableLike → GenIterableLike
  98. def keySet: Set[String]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  99. def keys: Iterable[String]

    Permalink
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].

  100. def keysIterator: Iterator[String]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  101. def last: (String, Any)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  102. def lastOption: Option[(String, Any)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  103. def lift: (String) ⇒ Option[Any]

    Permalink
    Definition Classes
    PartialFunction
  104. def locale: Locale

    Permalink
  105. def locales: Seq[Locale]

    Permalink
  106. def map[B, That](f: ((String, Any)) ⇒ B)(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  107. def mapResult[NewTo](f: (Map[String, Any]) ⇒ NewTo): Builder[(String, Any), NewTo]

    Permalink
    Definition Classes
    Builder
  108. def mapValues[C](f: (Any) ⇒ C): Map[String, C]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  109. def max[B >: (String, Any)](implicit cmp: Ordering[B]): (String, Any)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def maxBy[B](f: ((String, Any)) ⇒ B)(implicit cmp: Ordering[B]): (String, Any)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def min[B >: (String, Any)](implicit cmp: Ordering[B]): (String, Any)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def minBy[B](f: ((String, Any)) ⇒ B)(implicit cmp: Ordering[B]): (String, Any)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def multiCookies: MultiMap

    Permalink

    Returns a map of cookie names to lists of their values.

    Returns a map of cookie names to lists of their values. The default value of the map is the empty sequence.

  117. def multiParameters: MultiParams

    Permalink

    A Map of the parameters of this request.

    A Map of the parameters of this request. Parameters are contained in the query string or posted form data.

  118. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  119. def newBuilder: Builder[(String, Any), Map[String, Any]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → HasNewBuilder
  120. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  122. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  123. def orElse[A1 <: String, B1 >: Any](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  124. def par: ParMap[String, Any]

    Permalink
    Definition Classes
    Parallelizable
  125. def parCombiner: Combiner[(String, Any), ParMap[String, Any]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → Parallelizable
  126. object parameters extends MultiMapHeadView[String, String]

    Permalink
  127. def partition(p: ((String, Any)) ⇒ Boolean): (Map[String, Any], Map[String, Any])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  128. def pathInfo: String

    Permalink

    The remainder of the request URL's "path", designating the virtual "location" of the request's target within the application.

    The remainder of the request URL's "path", designating the virtual "location" of the request's target within the application. This may be an empty string, if the request URL targets the application root and does not have a trailing slash.

  129. def product[B >: (String, Any)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def put(key: String, value: Any): Option[Any]

    Permalink
    Definition Classes
    MapLike
  131. def queryString: String

    Permalink

    The portion of the request URL that follows the ?, if any.

    The portion of the request URL that follows the ?, if any. May be empty, but is always required!

  132. val r: HttpServletRequest

    Permalink
  133. def reduce[A1 >: (String, Any)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def reduceLeft[B >: (String, Any)](op: (B, (String, Any)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  135. def reduceLeftOption[B >: (String, Any)](op: (B, (String, Any)) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def reduceOption[A1 >: (String, Any)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def reduceRight[B >: (String, Any)](op: ((String, Any), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  138. def reduceRightOption[B >: (String, Any)](op: ((String, Any), B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  139. def referrer: Option[String]

    Permalink

    Optionally returns the HTTP referrer.

    Optionally returns the HTTP referrer.

    returns

    the Referer header, or None if not set

  140. def remoteAddress: String

    Permalink

    The remote address the client is connected from.

    The remote address the client is connected from. This takes the load balancing header X-Forwarded-For into account

    returns

    the client ip address

  141. def remove(key: String): Option[Any]

    Permalink
    Definition Classes
    MapLike
  142. def repr: Map[String, Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  143. def requestMethod: HttpMethod

    Permalink

    The HTTP request method, such as GET or POST

  144. def result(): Map[String, Any]

    Permalink
    Definition Classes
    MapLike → Builder
  145. def retain(p: (String, Any) ⇒ Boolean): RichRequest.this.type

    Permalink
    Definition Classes
    MapLike
  146. def reversed: List[(String, Any)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  147. def runWith[U](action: (Any) ⇒ U): (String) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  148. def sameElements[B >: (String, Any)](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  149. def scan[B >: (String, Any), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  150. def scanLeft[B, That](z: B)(op: (B, (String, Any)) ⇒ B)(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  151. def scanRight[B, That](z: B)(op: ((String, Any), B) ⇒ B)(implicit bf: CanBuildFrom[Map[String, Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  152. def scriptName: String

    Permalink

    The initial portion of the request URL's "path" that corresponds to the application object, so that the application knows its virtual "location".

    The initial portion of the request URL's "path" that corresponds to the application object, so that the application knows its virtual "location". This may be an empty string, if the application corresponds to the "root" of the server.

  153. def seq: Map[String, Any]

    Permalink
    Definition Classes
    Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  154. def serverName: String

    Permalink

    When combined with scriptName, pathInfo, and serverPort, can be used to complete the URL.

    When combined with scriptName, pathInfo, and serverPort, can be used to complete the URL. Note, however, that the "Host" header, if present, should be used in preference to serverName for reconstructing the request URL.

  155. def serverPort: Int

    Permalink

    When combined with scriptName, pathInfo, and serverName, can be used to complete the URL.

    When combined with scriptName, pathInfo, and serverName, can be used to complete the URL. See serverName for more details.

  156. def serverProtocol: HttpVersion

    Permalink

    The version of the protocol the client used to send the request.

    The version of the protocol the client used to send the request. Typically this will be something like "HTTP/1.0" or "HTTP/1.1" and may be used by the application to determine how to treat any HTTP request headers.

  157. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  158. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Permalink
    Definition Classes
    Builder
  159. def sizeHint(coll: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  160. def sizeHint(size: Int): Unit

    Permalink
    Definition Classes
    Builder
  161. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  162. def slice(from: Int, until: Int): Map[String, Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  163. def sliding(size: Int, step: Int): Iterator[Map[String, Any]]

    Permalink
    Definition Classes
    IterableLike
  164. def sliding(size: Int): Iterator[Map[String, Any]]

    Permalink
    Definition Classes
    IterableLike
  165. def span(p: ((String, Any)) ⇒ Boolean): (Map[String, Any], Map[String, Any])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  166. def splitAt(n: Int): (Map[String, Any], Map[String, Any])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  167. def stringPrefix: String

    Permalink
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  168. def sum[B >: (String, Any)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  169. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  170. def tail: Map[String, Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  171. def tails: Iterator[Map[String, Any]]

    Permalink
    Definition Classes
    TraversableLike
  172. def take(n: Int): Map[String, Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  173. def takeRight(n: Int): Map[String, Any]

    Permalink
    Definition Classes
    IterableLike
  174. def takeWhile(p: ((String, Any)) ⇒ Boolean): Map[String, Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  175. def thisCollection: Iterable[(String, Any)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  176. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (String, Any), Col[(String, Any)]]): Col[(String, Any)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  177. def toArray[B >: (String, Any)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  178. def toBuffer[C >: (String, Any)]: Buffer[C]

    Permalink
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  179. def toCollection(repr: Map[String, Any]): Iterable[(String, Any)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  180. def toIndexedSeq: IndexedSeq[(String, Any)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  181. def toIterable: Iterable[(String, Any)]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  182. def toIterator: Iterator[(String, Any)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  183. def toList: List[(String, Any)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  184. def toMap[T, U](implicit ev: <:<[(String, Any), (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  185. def toSeq: Seq[(String, Any)]

    Permalink
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  186. def toSet[B >: (String, Any)]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  187. def toStream: Stream[(String, Any)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  188. def toString(): String

    Permalink
    Definition Classes
    MapLike → TraversableLike → Function1 → AnyRef → Any
  189. def toTraversable: Traversable[(String, Any)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  190. def toVector: Vector[(String, Any)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  191. def transform(f: (String, Any) ⇒ Any): RichRequest.this.type

    Permalink
    Definition Classes
    MapLike
  192. def transpose[B](implicit asTraversable: ((String, Any)) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  193. def unzip[A1, A2](implicit asPair: ((String, Any)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  194. def unzip3[A1, A2, A3](implicit asTriple: ((String, Any)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  195. def update(key: Symbol, value: Any): Unit

    Permalink
  196. def update(key: String, value: Any): Unit

    Permalink
    Definition Classes
    MapLike
  197. def updated[B1 >: Any](key: String, value: B1): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
  198. def uri: URI

    Permalink
  199. def urlScheme: Scheme

    Permalink

    Http or Https, depending on the request URL.

  200. def values: Iterable[Any]

    Permalink
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) values returns Iterable[B] rather than Iterator[B].

  201. def valuesIterator: Iterator[Any]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  202. def view(from: Int, until: Int): IterableView[(String, Any), Map[String, Any]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  203. def view: IterableView[(String, Any), Map[String, Any]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  204. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  205. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  206. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  207. def withDefault(d: (String) ⇒ Any): Map[String, Any]

    Permalink
    Definition Classes
    Map
  208. def withDefaultValue(d: Any): Map[String, Any]

    Permalink
    Definition Classes
    Map
  209. def withFilter(p: ((String, Any)) ⇒ Boolean): FilterMonadic[(String, Any), Map[String, Any]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  210. def zip[A1 >: (String, Any), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Map[String, Any], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  211. def zipAll[B, A1 >: (String, Any), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Map[String, Any], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  212. def zipWithIndex[A1 >: (String, Any), That](implicit bf: CanBuildFrom[Map[String, Any], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike

Deprecated Value Members

  1. def host: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use HttpServletRequest.serverName instead

  2. def method: HttpMethod

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.1.0) Use requestMethod

  3. def port: String

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use HttpServletRequest.serverPort instead

  4. def referer: Option[String]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use referrer

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from AttributesMap

Inherited from MutableMapWithIndifferentAccess[Any]

Inherited from MapWithIndifferentAccess[Any]

Inherited from Map[String, Any]

Inherited from MapLike[String, Any, Map[String, Any]]

Inherited from Cloneable[Map[String, Any]]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Shrinkable[String]

Inherited from Builder[(String, Any), Map[String, Any]]

Inherited from Growable[(String, Any)]

Inherited from Clearable

Inherited from Map[String, Any]

Inherited from MapLike[String, Any, Map[String, Any]]

Inherited from Subtractable[String, Map[String, Any]]

Inherited from PartialFunction[String, Any]

Inherited from (String) ⇒ Any

Inherited from GenMap[String, Any]

Inherited from GenMapLike[String, Any, Map[String, Any]]

Inherited from Iterable[(String, Any)]

Inherited from Iterable[(String, Any)]

Inherited from IterableLike[(String, Any), Map[String, Any]]

Inherited from Equals

Inherited from GenIterable[(String, Any)]

Inherited from GenIterableLike[(String, Any), Map[String, Any]]

Inherited from Traversable[(String, Any)]

Inherited from Mutable

Inherited from Traversable[(String, Any)]

Inherited from GenTraversable[(String, Any)]

Inherited from GenericTraversableTemplate[(String, Any), Iterable]

Inherited from TraversableLike[(String, Any), Map[String, Any]]

Inherited from GenTraversableLike[(String, Any), Map[String, Any]]

Inherited from Parallelizable[(String, Any), ParMap[String, Any]]

Inherited from TraversableOnce[(String, Any)]

Inherited from GenTraversableOnce[(String, Any)]

Inherited from FilterMonadic[(String, Any), Map[String, Any]]

Inherited from HasNewBuilder[(String, Any), Map[String, Any]]

Inherited from AnyRef

Inherited from Any

Ungrouped