| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
class Req(val path : ParsePath, val contextPath : String, val requestType : RequestType, val contentType : Box[String], val request : HTTPRequest, val nanoStart : Long, val nanoEnd : Long, val paramCalculator : () => ParamCalcInfo, val addlParams : Map[String, String])
extends
HasParams with ScalaObject
def this(path : ParsePath, contextPath : String, requestType : RequestType, contentType : Box[String], request : HTTPRequest, nanoStart : Long, nanoEnd : Long, paramCalculator : () => ParamCalcInfo, addlParams : Map[String, String])
|
| _params.. |
lazy val _params
|
Map[String, List[String]] | |
| acceptsJavaScript_?.. |
lazy val acceptsJavaScript_?
|
Boolean | |
| body.. |
lazy val body
|
Box[Array[Byte]] | |
| buildMenu.. |
lazy val buildMenu
|
CompleteMenu | |
| cookies.. |
lazy val cookies
|
List[HTTPCookie] | |
| createNotFound.. |
def createNotFound
|
LiftResponse | |
| get_?.. |
def get_?
|
Boolean | |
| headers.. |
lazy val headers
|
List[(String, String)] | |
| hostAndPath.. |
lazy val hostAndPath
|
String | |
| hostName.. |
lazy val hostName
|
String | |
| id.. |
val id
|
String | |
| ifModifiedSince.. |
lazy val ifModifiedSince
|
Box[Date] | |
| isChrome.. |
def isChrome
|
Boolean | |
| isChrome2.. |
lazy val isChrome2
|
Boolean | |
| isChrome3.. |
lazy val isChrome3
|
Boolean | |
| isChrome3_+.. |
def isChrome3_+
|
Boolean | |
| isChrome4.. |
lazy val isChrome4
|
Boolean | |
| isChrome5.. |
lazy val isChrome5
|
Boolean | |
| isChrome6.. |
lazy val isChrome6
|
Boolean | |
| isFirefox.. |
def isFirefox
|
Boolean | |
| isFirefox2.. |
lazy val isFirefox2
|
Boolean | |
| isFirefox3.. |
lazy val isFirefox3
|
Boolean | |
| isFirefox35.. |
lazy val isFirefox35
|
Boolean | |
| isFirefox35_+.. |
def isFirefox35_+
|
Boolean | |
| isFirefox36.. |
lazy val isFirefox36
|
Boolean | |
| isIE.. |
lazy val isIE
|
Boolean | |
| isIE6.. |
lazy val isIE6
|
Boolean | |
| isIE7.. |
lazy val isIE7
|
Boolean | |
| isIE8.. |
lazy val isIE8
|
Boolean | |
| isIPhone.. |
lazy val isIPhone
|
Boolean | |
| isOpera.. |
def isOpera
|
Boolean | |
| isOpera9.. |
lazy val isOpera9
|
Boolean | |
| isSafari.. |
def isSafari
|
Boolean | |
| isSafari2.. |
lazy val isSafari2
|
Boolean | |
| isSafari3.. |
lazy val isSafari3
|
Boolean | |
| isSafari3_+.. |
def isSafari3_+
|
Boolean | |
| isSafari4.. |
lazy val isSafari4
|
Boolean | |
| isSafari5.. |
lazy val isSafari5
|
Boolean | |
| json.. |
lazy val json
|
Box[JValue] | |
| json_?.. |
def json_?
|
Boolean | |
| location.. |
lazy val location
|
Box[Loc[Any]] | |
| paramNames.. |
lazy val paramNames
|
List[String] | |
| params.. |
lazy val params
|
Map[String, List[String]] | |
| post_?.. |
def post_?
|
Boolean | |
| put_?.. |
def put_?
|
Boolean | |
| remoteAddr.. |
def remoteAddr
The IP address of the request
|
String | |
| section.. |
val section
|
String | |
| snapshot.. |
def snapshot
|
Req | |
| testLocation.. |
def testLocation
|
Either[Boolean, Box[LiftResponse]] | |
| uploadedFiles.. |
lazy val uploadedFiles
|
List[FileParamHolder] | |
| uri.. |
lazy val uri
|
String | |
| userAgent.. |
lazy val userAgent
|
Box[String] | |
| view.. |
val view
|
String | |
| xml.. |
lazy val xml
|
Box[Elem] | |
| xml_?.. |
def xml_?
Returns true if the content-type is text/xml
|
Boolean |
| !=.. |
final def !=(arg0 : Any)
|
Boolean | Any |
| !=.. |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| ==.. |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| ==.. |
final def ==(arg0 : Any)
|
Boolean | Any |
| asInstanceOf.. |
final def asInstanceOf[T0]
|
T0 | Any |
| clone.. |
protected def clone
|
Object | AnyRef |
| createNotFound.. |
def createNotFound(f : Failure)
|
LiftResponse | |
| eq.. |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals.. |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize.. |
protected def finalize
|
Unit | AnyRef |
| fixHtml.. |
def fixHtml(in : NodeSeq)
|
NodeSeq | |
| getClass.. |
final def getClass
|
Class[Any] | AnyRef |
| hashCode.. |
def hashCode
|
Int | AnyRef |
| header.. |
def header(name : String)
|
Box[String] | |
| headers.. |
def headers(name : String)
|
List[String] | |
| isInstanceOf.. |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne.. |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notify.. |
final def notify
|
Unit | AnyRef |
| notifyAll.. |
final def notifyAll
|
Unit | AnyRef |
| param.. |
def param(n : String)
|
Box[String] | |
| path.. |
def path(n : Int)
|
String | |
| pathParam.. |
def pathParam(n : Int)
|
String | |
| synchronized.. |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| testFor304.. |
def testFor304(lastModified : Long, headers : (String, String)*)
|
Box[LiftResponse] | |
| testIfModifiedSince.. |
def testIfModifiedSince(when : Long)
|
Boolean | |
| toString.. |
override def toString
|
String | |
| updateWithContextPath.. |
def updateWithContextPath(uri : String)
|
String | |
| wait.. |
final def wait
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait.. |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |