Instance Constructors
-
new
SquerylController
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addBefore
(beforeEvent: (Request, Response) ⇒ Unit): MutableList[(Request, Response) ⇒ Unit]
-
def
around
(request: Request, response: Response)(controller: (Request, Response) ⇒ Unit): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
before
(request: Request, response: Response): Unit
-
def
clone
(): AnyRef
-
def
delete
(routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit
-
def
delete
(routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
get
(routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit
-
def
get
(routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
post
(routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit
-
def
post
(routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit
-
def
put
(routeMatchers: Regex)(controller: (Request, Response) ⇒ Unit): Unit
-
def
put
(routeMatchers: String)(controller: (Request, Response) ⇒ Unit): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from InterceptingController
Inherited from Controller
Inherited from AnyRef
Inherited from Any
Created by IntelliJ IDEA. User: wfaler Date: 30/01/2011 Time: 02:59 To change this template use File | Settings | File Templates.