Object

net.liftmodules.ng

AngularJsRest

Related Doc: package ng

Permalink

object AngularJsRest extends RestHelper with Loggable

Linear Supertypes
Loggable, RestHelper, PartialFunction[Req, () ⇒ Box[LiftResponse]], (Req) ⇒ () ⇒ Box[LiftResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AngularJsRest
  2. Loggable
  3. RestHelper
  4. PartialFunction
  5. Function1
  6. AnyRef
  7. 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. case class WebJarInfo(version: String, angularDir: String, modulesAreInSeparateJars: Boolean) extends Product with Serializable

    Permalink
  11. trait XmlBody extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  12. 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. object Get

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  5. lazy val JsonDelete: TestDelete with JsonTest

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def init(): Unit

    Permalink
  39. def isDefinedAt(in: Req): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  49. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  50. def mergeJson(original: JValue, toMerge: JValue): JValue

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction
  58. val path: String

    Permalink
  59. def runWith[U](action: (() ⇒ Box[LiftResponse]) ⇒ U): (Req) ⇒ Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  63. 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
  64. implicit def stringToSuper(in: String): SuperString

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

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

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

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

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

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  70. lazy val version: String

    Permalink
  71. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper

Inherited from Loggable

Inherited from RestHelper

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped