org.bowlerframework.controller

InterceptingController

trait InterceptingController extends Controller

Controller type that allows you to define a function to be used "around" request-response cycles. Useful for instance in having transactional tx.start, tx.commit and tx.rollback type functionality.

Linear Supertypes
Controller, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. InterceptingController
  2. Controller
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Abstract Value Members

  1. def around (request: Request, response: Response)(controller: (Request, Response) ⇒ Unit): Unit

    Attributes
    abstract

Concrete Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def addBefore (beforeEvent: (Request, Response) ⇒ Unit): MutableList[(Request, Response) ⇒ Unit]

    Attributes
    protected final
    Definition Classes
    Controller
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def before (request: Request, response: Response): Unit

    Attributes
    protected final
    Definition Classes
    Controller
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def delete (routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  11. def delete (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def get (routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  16. def get (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  19. def isInstanceOf [T0] : Boolean

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

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def post (routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  24. def post (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  25. def put (routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  26. def put (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingControllerController
  27. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  28. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Controller

Inherited from AnyRef

Inherited from Any