Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
cgiParams
: Map[String, String]
-
def
clone
(): AnyRef
-
def
debug
(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
debug
(msg: ⇒ Any): Unit
-
implicit def
enrichRequest
(request: HttpServletRequest): RichRequest
-
implicit def
enrichResponse
(response: HttpServletResponse): RichResponse
-
implicit def
enrichServletContext
(servletContext: ServletContext): RichServletContext
-
implicit def
enrichSession
(session: HttpSession): RichSession
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
error
(msg: ⇒ Any): Unit
-
def
fillMdc
(): Unit
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
handle
(req: HttpServletRequest, res: HttpServletResponse): Unit
-
def
hashCode
(): Int
-
def
info
(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
info
(msg: ⇒ Any): Unit
-
def
isDebugEnabled
: Boolean
-
def
isErrorEnabled
: Boolean
-
def
isInfoEnabled
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTraceEnabled
: Boolean
-
def
isWarnEnabled
: Boolean
-
def
logger
: Logger
-
def
loggerName
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
trace
(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
trace
(msg: ⇒ Any): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warn
(msg: ⇒ Any, t: ⇒ Throwable): Unit
-
def
warn
(msg: ⇒ Any): Unit
-
def
withRouteMultiParams
[S]
(matchedRoute: Option[MatchedRoute])(thunk: ⇒ S): S
Inherited from Logging
Inherited from Handler
Inherited from ServletApiImplicits
Inherited from AnyRef
Inherited from Any