Object

net.liftmodules.ng

AngularI18nRest

Related Doc: package ng

Permalink

object AngularI18nRest extends RestHelper

Linear Supertypes
RestHelper, PartialFunction[Req, () ⇒ Box[LiftResponse]], (Req) ⇒ () ⇒ Box[LiftResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AngularI18nRest
  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 TestPatch[T] extends AnyRef

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper
  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 JsonPatch: TestPatch[JValue] with JsonTest with JsonBody

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  22. implicit def asyncBoxToResponse[AsyncResolvableType, T](asyncBoxContainer: AsyncResolvableType)(implicit asyncResolveProvider: CanResolveAsync[AsyncResolvableType, Box[T]], responseCreator: (T) ⇒ LiftResponse): () ⇒ Box[LiftResponse]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction
  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. final def wait(): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RestHelper

Inherited from RestHelper

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped