org.bowlerframework.squeryl

SquerylController

class SquerylController extends InterceptingController

Created by IntelliJ IDEA. User: wfaler Date: 30/01/2011 Time: 02:59 To change this template use File | Settings | File Templates.

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

Instance Constructors

  1. new SquerylController ()

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 around (request: Request, response: Response)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    SquerylController → InterceptingController
  8. def asInstanceOf [T0] : T0

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

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

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

    Definition Classes
    InterceptingController → Controller
  12. def delete (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingController → Controller
  13. def eq (arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    InterceptingController → Controller
  17. def get (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingController → Controller
  18. def getClass (): java.lang.Class[_]

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

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

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

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

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

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

    Definition Classes
    InterceptingController → Controller
  25. def post (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingController → Controller
  26. def put (routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingController → Controller
  27. def put (routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit

    Definition Classes
    InterceptingController → Controller
  28. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from InterceptingController

Inherited from Controller

Inherited from AnyRef

Inherited from Any