net.liftweb.http

Req

class Req extends HasParams with UserAgentCalculator

Contains request information

Linear Supertypes
UserAgentCalculator, HasParams, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Req
  2. UserAgentCalculator
  3. HasParams
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Req(_path: ParsePath, _contextPath: String, _requestType: RequestType, _contentType: Box[String], _request: HTTPRequest, _nanoStart: Long, _nanoEnd: Long, _paramCalculator: () ⇒ ParamCalcInfo, _addlParams: Map[String, String])

  2. new Req(path: ParsePath, contextPath: String, requestType: RequestType, contentType: Box[String], request: HTTPRequest, nanoStart: Long, nanoEnd: Long, _stateless_?: Boolean, paramCalculator: () ⇒ ParamCalcInfo, addlParams: Map[String, String])

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def _params: Map[String, List[String]]

    the raw parameters, use params

  5. lazy val accepts: Box[String]

    the accept header

  6. lazy val acceptsJavaScript_?: Boolean

    Returns true if the request accepts JavaScript

  7. lazy val acceptsJson_?: Boolean

    Returns true if the request accepts JSON

  8. lazy val acceptsStarStar: Boolean

    Is the Accepts Header * / *

  9. lazy val acceptsXml_?: Boolean

    Returns true if the request accepts XML

  10. def ajax_?: Boolean

    Returns true if the X-Requested-With header is set to XMLHttpRequest.

    Returns true if the X-Requested-With header is set to XMLHttpRequest.

    Most ajax frameworks, including jQuery and Prototype, set this header when doing any ajax request.

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def body: Box[Array[Byte]]

    The POST or PUT body.

    The POST or PUT body. This will be empty if the content type is application/x-www-form-urlencoded or a multipart mime. It will also be empty if rawInputStream is accessed

  13. lazy val buildMenu: CompleteMenu

  14. lazy val chromeVersion: Box[Double]

    Definition Classes
    UserAgentCalculator
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val contentType: Box[String]

  17. val contextPath: String

  18. lazy val cookies: List[HTTPCookie]

  19. def createNotFound(f: Failure): LiftResponse

  20. def createNotFound: LiftResponse

  21. def destroyServletSession(): Unit

    Make the servlet session go away

  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. lazy val firefoxVersion: Box[Double]

    Definition Classes
    UserAgentCalculator
  26. def fixHtml(in: NodeSeq): NodeSeq

  27. lazy val forcedBodyAsJson: Box[JValue]

    Forcibly tries to parse the request body as JSON.

    Forcibly tries to parse the request body as JSON. Does not perform any content type checks, unlike the json method.

  28. lazy val forcedBodyAsXml: Box[Elem]

    Forcibly tries to parse the request body as XML.

    Forcibly tries to parse the request body as XML. Does not perform any content type checks, unlike the xml method.

  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. val get_?: Boolean

  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. def header(name: String): Box[String]

  33. def headers(name: String): List[String]

  34. lazy val headers: List[(String, String)]

  35. lazy val hostAndPath: String

    The host and path of the request up to and including the context path.

    The host and path of the request up to and including the context path. This does not include the template path or query string.

  36. lazy val hostName: String

    The hostname to which the request was sent.

    The hostname to which the request was sent. This is taken from the "Host" HTTP header, or if that does not exist, the DNS name or IP address of the server.

  37. val id: String

  38. lazy val ieIE10: Boolean

    Definition Classes
    UserAgentCalculator
  39. lazy val ieVersion: Box[Int]

    Definition Classes
    UserAgentCalculator
  40. lazy val ifModifiedSince: Box[Date]

    Parse the if-modified-since header and return the milliseconds since epoch of the parsed date.

  41. def isChrome: Boolean

    Definition Classes
    UserAgentCalculator
  42. lazy val isChrome2: Boolean

    Definition Classes
    UserAgentCalculator
  43. lazy val isChrome3: Boolean

    Definition Classes
    UserAgentCalculator
  44. def isChrome3_+: Boolean

    Definition Classes
    UserAgentCalculator
  45. lazy val isChrome4: Boolean

    Definition Classes
    UserAgentCalculator
  46. lazy val isChrome5: Boolean

    Definition Classes
    UserAgentCalculator
  47. lazy val isChrome6: Boolean

    Definition Classes
    UserAgentCalculator
  48. def isFirefox: Boolean

    Definition Classes
    UserAgentCalculator
  49. lazy val isFirefox2: Boolean

    Definition Classes
    UserAgentCalculator
  50. lazy val isFirefox3: Boolean

    Definition Classes
    UserAgentCalculator
  51. lazy val isFirefox35: Boolean

    Definition Classes
    UserAgentCalculator
  52. def isFirefox35_+: Boolean

    Definition Classes
    UserAgentCalculator
  53. lazy val isFirefox36: Boolean

    Definition Classes
    UserAgentCalculator
  54. lazy val isFirefox40: Boolean

    Definition Classes
    UserAgentCalculator
  55. lazy val isIE: Boolean

    Definition Classes
    UserAgentCalculator
  56. lazy val isIE11: Boolean

    Definition Classes
    UserAgentCalculator
  57. lazy val isIE6: Boolean

    Definition Classes
    UserAgentCalculator
  58. lazy val isIE7: Boolean

    Definition Classes
    UserAgentCalculator
  59. lazy val isIE8: Boolean

    Definition Classes
    UserAgentCalculator
  60. lazy val isIE9: Boolean

    Definition Classes
    UserAgentCalculator
  61. lazy val isIPad: Boolean

    Is the Req coming from an iPad

    Is the Req coming from an iPad

    Definition Classes
    UserAgentCalculator
  62. lazy val isIPhone: Boolean

    Is the Req coming from an iPhone

    Is the Req coming from an iPhone

    Definition Classes
    UserAgentCalculator
  63. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  64. def isOpera: Boolean

    Definition Classes
    UserAgentCalculator
  65. lazy val isOpera9: Boolean

    Definition Classes
    UserAgentCalculator
  66. def isSafari: Boolean

    Definition Classes
    UserAgentCalculator
  67. def isSafari2: Boolean

    Definition Classes
    UserAgentCalculator
  68. lazy val isSafari3: Boolean

    Definition Classes
    UserAgentCalculator
  69. def isSafari3_+: Boolean

    Definition Classes
    UserAgentCalculator
  70. lazy val isSafari4: Boolean

    Definition Classes
    UserAgentCalculator
  71. lazy val isSafari5: Boolean

    Definition Classes
    UserAgentCalculator
  72. lazy val json: Box[JValue]

    The JValue representation of this Req's body, if the body is JSON-parsable AND the content-type of the request is JSON.

    The JValue representation of this Req's body, if the body is JSON-parsable AND the content-type of the request is JSON. Returns a Failure if the request is not considered a JSON request (see json_?), or if there was an error parsing the JSON.

    If you want to forcibly evaluate the request body as JSON, ignoring content type, see forcedBodyAsJson.

  73. def json_?: Boolean

    Returns true if the content-type is text/json or application/json

  74. lazy val location: Box[Loc[_]]

    The SiteMap Loc associated with this Req

  75. val nanoEnd: Long

  76. val nanoStart: Long

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

    Definition Classes
    AnyRef
  78. final def notify(): Unit

    Definition Classes
    AnyRef
  79. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  80. val options_?: Boolean

  81. def param(n: String): Box[String]

    Definition Classes
    Req → HasParams
  82. def paramNames: List[String]

    Get the name of the params

  83. lazy val params: Map[String, List[String]]

  84. def path(n: Int): String

  85. val path: ParsePath

  86. def pathParam(n: Int): String

  87. val post_?: Boolean

  88. val put_?: Boolean

  89. def rawInputStream: Box[InputStream]

    The raw input stream of a POST or PUT that is not application/x-www-form-urlencoded or a multipart mime and if this method is called before the body method.

    The raw input stream of a POST or PUT that is not application/x-www-form-urlencoded or a multipart mime and if this method is called before the body method. Remember to close the stream when done.

  90. def remoteAddr: String

    The IP address of the request

  91. val request: HTTPRequest

  92. val requestType: RequestType

  93. lazy val safariVersion: Box[Int]

    Definition Classes
    UserAgentCalculator
  94. val section: String

  95. def sessionId: Box[String]

    Get the session ID if there is one without creating on

  96. def snapshot: Req

    A snapshot of the request that can be passed off the current thread

    A snapshot of the request that can be passed off the current thread

    returns

    a copy of the Req

  97. lazy val standardRequest_?: Boolean

    A request that is neither Ajax or Comet

  98. lazy val stateless_?: Boolean

    Should the request be treated as stateless (no session created for it)?

  99. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  100. def testFor304(lastModified: Long, headers: (String, String)*): Box[LiftResponse]

  101. def testIfModifiedSince(when: Long): Boolean

  102. def testLocation: Either[Boolean, Box[LiftResponse]]

    Test the current SiteMap Loc for access control to insure that this Req is allowed to access the page

  103. def toString(): String

    Definition Classes
    Req → AnyRef → Any
  104. def updateWithContextPath(uri: String): String

  105. def uploadedFiles: List[FileParamHolder]

    The uploaded files

  106. lazy val uri: String

  107. lazy val userAgent: Box[String]

    The user agent of the browser that sent the request

    The user agent of the browser that sent the request

    Definition Classes
    ReqUserAgentCalculator
  108. val view: String

  109. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. lazy val weightedAccept: List[ContentType]

    What is the content type in order of preference by the requester calculated via the Accept header

  113. def withNewPath(newPath: ParsePath): Req

    Build a new Req, the same except with a different path.

    Build a new Req, the same except with a different path. Useful for creating Reqs with sub-paths.

  114. lazy val xml: Box[Elem]

    The Elem representation of this Req's body, if the body is XML-parsable AND the content-type of the request is XML.

    The Elem representation of this Req's body, if the body is XML-parsable AND the content-type of the request is XML. Returns a Failure if the request is not considered a XML request (see xml_?), or if there was an error parsing the XML.

    If you want to forcibly evaluate the request body as XML, ignoring content type, see forcedBodyAsXml.

  115. def xml_?: Boolean

    Returns true if the content-type is text/xml or application/xml

Inherited from UserAgentCalculator

Inherited from HasParams

Inherited from AnyRef

Inherited from Any

Ungrouped