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. implicit def asyncBoxToResponse[AsyncResolvableType, T](asyncBoxContainer: AsyncResolvableType)(implicit asyncResolveProvider: CanResolveAsync[AsyncResolvableType, Box[T]], responseCreator: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  21. implicit def asyncToResponse[AsyncResolvableType, T](asyncContainer: AsyncResolvableType)(implicit asyncResolveProvider: CanResolveAsync[AsyncResolvableType, T], responseCreator: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction
  60. val path: String

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  73. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. 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