Trait

im.mange.shoreditch.api.liftweb

RestHelper

Related Doc: package liftweb

Permalink

trait RestHelper extends net.liftweb.http.rest.RestHelper

Linear Supertypes
net.liftweb.http.rest.RestHelper, PartialFunction[Req, () ⇒ Box[LiftResponse]], (Req) ⇒ () ⇒ Box[LiftResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RestHelper
  2. RestHelper
  3. PartialFunction
  4. Function1
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final case class AutoJsonXmlAble extends Product with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  2. trait JsonBody extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  3. trait JsonTest extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  4. type JxCvtPF[T] = PartialFunction[(JsonXmlSelect, T, Req), LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  5. trait TestDelete extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  6. trait TestGet extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  7. trait TestPost[T] extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  8. trait TestPut[T] extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  9. trait TestReq extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  10. trait XmlBody extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  11. trait XmlTest extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val JsonDelete: TestDelete with JsonTest

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  5. lazy val JsonGet: TestGet with JsonTest

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  6. lazy val JsonPost: TestPost[JValue] with JsonTest with JsonBody

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  7. lazy val JsonPut: TestPut[JValue] with JsonTest with JsonBody

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  8. lazy val JsonReq: TestReq with JsonTest

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  9. lazy val XmlDelete: TestDelete with XmlTest

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  10. lazy val XmlGet: TestGet with XmlTest

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  11. lazy val XmlPost: TestPost[Elem] with XmlTest with XmlBody

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  12. lazy val XmlPut: TestPut[Elem] with XmlTest with XmlBody

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  13. lazy val XmlReq: TestReq with XmlTest

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  14. def andThen[C](k: (() ⇒ Box[LiftResponse]) ⇒ C): PartialFunction[Req, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  15. def anyToJValue(in: Any): Box[JValue]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  16. def apply(in: Req): () ⇒ Box[LiftResponse]

    Permalink
    Definition Classes
    RestHelper → Function1
  17. def applyOrElse[A1 <: Req, B1 >: () ⇒ Box[LiftResponse]](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def auto(in: Box[Any]): Box[AutoJsonXmlAble]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  20. def auto(in: Any): Box[AutoJsonXmlAble]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  21. implicit def boxFuncToResp[T](in: () ⇒ Box[T])(implicit c: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  22. implicit def boxToResp[T](in: Box[T])(implicit c: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def compose[A](g: (A) ⇒ Req): (A) ⇒ () ⇒ Box[LiftResponse]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  25. implicit lazy val convertAutoJsonXmlAble: PartialFunction[(JsonXmlSelect, AutoJsonXmlAble, Req), LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  26. implicit lazy val convertJsonXmlAble: PartialFunction[(JsonXmlSelect, JsonXmlAble, Req), LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  27. def createXmlResponse(in: Node): LiftResponse

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  28. def defaultGetAsJson: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  29. def defaultGetAsXml: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  30. def emptyToResp(eb: EmptyBox): Box[LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  31. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. implicit def formats: Formats

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. def isDefinedAt(in: Req): Boolean

    Permalink
    Definition Classes
    RestHelper → PartialFunction
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. implicit def jsCmdToResp(in: JsCmd): LiftResponse

    Permalink
    Definition Classes
    RestHelper
  40. implicit def jsExpToResp(in: JsExp): LiftResponse

    Permalink
    Definition Classes
    RestHelper
  41. def jsonResponse_?(in: Req): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  42. implicit def jsonToResp(in: JValue): LiftResponse

    Permalink
    Definition Classes
    RestHelper
  43. implicit def jxSel(req: Req): BoxOrRaw[JsonXmlSelect]

    Permalink
    Definition Classes
    RestHelper
  44. def lift: (Req) ⇒ Option[() ⇒ Box[LiftResponse]]

    Permalink
    Definition Classes
    PartialFunction
  45. implicit def listStringToSuper(in: List[String]): SuperListString

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  46. implicit def listToServeMagic(in: List[String]): ListServeMagic

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  47. def mergeJson(original: JValue, toMerge: JValue): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  48. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  49. implicit def nodeToResp(in: Node): LiftResponse

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  50. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  52. implicit def optionFuncToResp[T](in: () ⇒ Option[T])(implicit c: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  53. implicit def optionToResp[T](in: Option[T])(implicit c: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  54. def orElse[A1 <: Req, B1 >: () ⇒ Box[LiftResponse]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  55. def runWith[U](action: (() ⇒ Box[LiftResponse]) ⇒ U): (Req) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  56. def serve(handler: PartialFunction[Req, () ⇒ Box[LiftResponse]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  57. def serveJx[T](pf: PartialFunction[Req, BoxOrRaw[T]])(implicit cvt: JxCvtPF[T]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  58. def serveJxa(pf: PartialFunction[Req, BoxOrRaw[Any]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  59. def serveType[T, SelectType](selection: (Req) ⇒ BoxOrRaw[SelectType])(pf: PartialFunction[Req, BoxOrRaw[T]])(implicit cvt: PartialFunction[(SelectType, T, Req), LiftResponse]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  60. implicit def stringToSuper(in: String): SuperString

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  61. def suplimentalJsonResponse_?(in: Req): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  62. def suplimentalXmlResponse_?(in: Req): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. implicit def thingToResp[T](in: T)(implicit c: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  65. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  66. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def xmlResponse_?(in: Req): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper

Inherited from net.liftweb.http.rest.RestHelper

Inherited from PartialFunction[Req, () ⇒ Box[LiftResponse]]

Inherited from (Req) ⇒ () ⇒ Box[LiftResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped