Instance Constructors
-
new
ScalateServletRequestWrapper
(request: HttpServletRequest)
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
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getAttribute
(arg0: String): AnyRef
-
def
getAttributeNames
(): java.util.Enumeration[_]
-
def
getAuthType
(): String
-
def
getCharacterEncoding
(): String
-
def
getClass
(): java.lang.Class[_]
-
def
getContentLength
(): Int
-
def
getContentType
(): String
-
def
getContextPath
(): String
-
def
getCookies
(): Array[Cookie]
-
def
getDateHeader
(arg0: String): Long
-
def
getHeader
(arg0: String): String
-
def
getHeaderNames
(): java.util.Enumeration[_]
-
def
getHeaders
(arg0: String): java.util.Enumeration[_]
-
def
getInputStream
(): ServletInputStream
-
def
getIntHeader
(arg0: String): Int
-
def
getLocalAddr
(): String
-
def
getLocalName
(): String
-
def
getLocalPort
(): Int
-
def
getLocale
(): Locale
-
def
getLocales
(): java.util.Enumeration[_]
-
def
getMethod
(): String
-
def
getParameter
(arg0: String): String
-
def
getParameterMap
(): java.util.Map[_, _]
-
def
getParameterNames
(): java.util.Enumeration[_]
-
def
getParameterValues
(arg0: String): Array[String]
-
def
getPathInfo
(): String
-
def
getPathTranslated
(): String
-
def
getProtocol
(): String
-
def
getQueryString
(): String
-
def
getReader
(): BufferedReader
-
def
getRealPath
(arg0: String): String
-
def
getRemoteAddr
(): String
-
def
getRemoteHost
(): String
-
def
getRemotePort
(): Int
-
def
getRemoteUser
(): String
-
def
getRequest
(): ServletRequest
-
def
getRequestDispatcher
(path: String): RequestDispatcher
-
def
getRequestURI
(): String
-
def
getRequestURL
(): StringBuffer
-
def
getRequestedSessionId
(): String
-
def
getScheme
(): String
-
def
getServerName
(): String
-
def
getServerPort
(): Int
-
def
getServletPath
(): String
-
def
getSession
(): HttpSession
-
def
getSession
(arg0: Boolean): HttpSession
-
def
getUserPrincipal
(): Principal
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
isRequestedSessionIdFromCookie
(): Boolean
-
def
isRequestedSessionIdFromURL
(): Boolean
-
def
isRequestedSessionIdFromUrl
(): Boolean
-
def
isRequestedSessionIdValid
(): Boolean
-
def
isSecure
(): Boolean
-
def
isUserInRole
(arg0: String): Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
removeAttribute
(arg0: String): Unit
-
def
setAttribute
(arg0: String, arg1: Any): Unit
-
def
setCharacterEncoding
(arg0: String): Unit
-
def
setRequest
(arg0: ServletRequest): 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 HttpServletRequestWrapper
Inherited from HttpServletRequest
Inherited from ServletRequestWrapper
Inherited from ServletRequest
Inherited from AnyRef
Inherited from Any