skinny.micro

SkinnyMicroBase

object SkinnyMicroBase

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SkinnyMicroBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val Callbacks: String

  7. val CapturedExceptionBeforeRunActions: String

    A key for request attribute that contains any exception that might have occured before the handling has been propagated to SkinnyMicroBase#handle (such as in FileUploadSupport)

  8. val ForceHttpsKey: String

  9. val HostNameKey: String

  10. val IsAsyncKey: String

  11. val PortKey: String

  12. val RenderCallbacks: String

  13. def addCallback(callback: (Try[Any]) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  14. def addRenderCallback(callback: (Try[Any]) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def callbacks(implicit ctx: SkinnyContext): List[(Try[Any]) ⇒ Unit]

  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getServletRegistration(app: SkinnyMicroBase): Option[ServletRegistration]

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def isAsyncResponse(implicit ctx: SkinnyContext): Boolean

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def onCompleted(fn: (Try[Any]) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  30. def onFailure(fn: (Throwable) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  31. def onRenderedCompleted(fn: (Try[Any]) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  32. def onRenderedFailure(fn: (Throwable) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  33. def onRenderedSuccess(fn: (Any) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  34. def onSuccess(fn: (Any) ⇒ Unit)(implicit ctx: SkinnyContext): Unit

  35. def renderCallbacks(implicit ctx: SkinnyContext): List[(Try[Any]) ⇒ Unit]

  36. def runCallbacks(data: Try[Any])(implicit ctx: SkinnyContext): Unit

  37. def runRenderCallbacks(data: Try[Any])(implicit ctx: SkinnyContext): Unit

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped