net.liftweb.couchdb.JSONRequest

class JSONRequest

case class JSONRequest(val req : Request)

 extends Product


Wrapper for a Dispatch Request that has operators for sending and receiving Lift JSON JValues


Companion: JSONRequest

Source: DispatchJSON.scala(33)

 Constructors

def this(req : Request)

 Fields

productArity.. override def productArity Int
productPrefix.. override def productPrefix String

 Methods

!=.. final def !=(arg0 : Object) Boolean AnyRef
!=.. final def !=(arg0 : Any) Boolean Any
<<#.. def <<#(jvalue : JValue)
Alias for post
Request
<<<#.. def <<<#(jvalue : JValue)
Alias for put
Request
==.. final def ==(arg0 : Any) Boolean Any
==.. final def ==(arg0 : Object) Boolean AnyRef
>#.. def >#[T](f : (JValue) => T)
Alias for handleJSON
Handler[T]
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. override def equals(arg0 : Any) Boolean
finalize.. protected def finalize Unit AnyRef
getClass.. final def getClass Class[Any] AnyRef
handleJSON.. def handleJSON[T](f : (JValue) => T)
Handle the response by converting it into a Lift JSON JValue
Handler[T]
hashCode.. override def hashCode Int
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
post.. def post(jvalue : JValue)
POST a JValue rendered as compact JSON to the resource referenced by the request
Request
productElement.. override def productElement(arg0 : Int) Any
put.. def put(jvalue : JValue)
PUT a JValue rendered as compact JSON to the resource referenced by the request
Request
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. override def toString String
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.