org.scalatra

ScalatraBase

object ScalatraBase

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalatraBase
  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 ForceHttpsKey: String

  8. val HostNameKey: String

  9. val IsAsyncKey: String

  10. val PortKey: String

  11. val PrehandleExceptionKey: String

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

  12. val RenderCallbacks: String

  13. def addCallback(callback: (Try[Any]) ⇒ Unit)(implicit request: HttpServletRequest): Unit

  14. def addRenderCallback(callback: (Try[Any]) ⇒ Unit)(implicit request: HttpServletRequest): Unit

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def callbacks(implicit request: HttpServletRequest): 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: ScalatraBase): Option[ServletRegistration]

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def isAsyncResponse(implicit request: HttpServletRequest): 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 request: HttpServletRequest): Unit

  30. def onFailure(fn: (Throwable) ⇒ Unit)(implicit request: HttpServletRequest): Unit

  31. def onRenderedCompleted(fn: (Try[Any]) ⇒ Unit)(implicit request: HttpServletRequest): Unit

  32. def onRenderedFailure(fn: (Throwable) ⇒ Unit)(implicit request: HttpServletRequest): Unit

  33. def onRenderedSuccess(fn: (Any) ⇒ Unit)(implicit request: HttpServletRequest): Unit

  34. def onSuccess(fn: (Any) ⇒ Unit)(implicit request: HttpServletRequest): Unit

  35. def renderCallbacks(implicit request: HttpServletRequest): List[(Try[Any]) ⇒ Unit]

  36. def runCallbacks(data: Try[Any])(implicit request: HttpServletRequest): Unit

  37. def runRenderCallbacks(data: Try[Any])(implicit request: HttpServletRequest): 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