Instance Constructors
-
new
WrappedResponse
(response: HttpServletResponse)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addCookie
(arg0: Cookie): Unit
-
def
addDateHeader
(arg0: String, arg1: Long): Unit
-
def
addHeader
(arg0: String, arg1: String): Unit
-
def
addIntHeader
(arg0: String, arg1: Int): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
bytes
: Array[Byte]
-
def
clone
(): AnyRef
-
def
containsHeader
(arg0: String): Boolean
-
def
encodeRedirectURL
(arg0: String): String
-
def
encodeRedirectUrl
(arg0: String): String
-
def
encodeURL
(arg0: String): String
-
def
encodeUrl
(arg0: String): String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flushBuffer
(): Unit
-
def
getBufferSize
(): Int
-
def
getCharacterEncoding
(): String
-
def
getClass
(): java.lang.Class[_]
-
def
getContentType
(): String
-
def
getLocale
(): Locale
-
def
getOutputStream
(): ServletOutputStream
-
def
getResponse
(): ServletResponse
-
def
getWriter
(): PrintWriter
-
def
hashCode
(): Int
-
def
isCommitted
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
output
(context: RenderContext, escape: Boolean = false): Unit
-
def
reset
(): Unit
-
def
resetBuffer
(): Unit
-
def
sendError
(arg0: Int): Unit
-
def
sendError
(arg0: Int, arg1: String): Unit
-
def
sendRedirect
(arg0: String): Unit
-
def
setBufferSize
(arg0: Int): Unit
-
def
setCharacterEncoding
(arg0: String): Unit
-
def
setContentLength
(arg0: Int): Unit
-
def
setContentType
(arg0: String): Unit
-
def
setDateHeader
(arg0: String, arg1: Long): Unit
-
def
setHeader
(arg0: String, arg1: String): Unit
-
def
setIntHeader
(arg0: String, arg1: Int): Unit
-
def
setLocale
(arg0: Locale): Unit
-
def
setResponse
(arg0: ServletResponse): Unit
-
def
setStatus
(arg0: Int, arg1: String): Unit
-
def
setStatus
(arg0: Int): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
text
: String
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from HttpServletResponseWrapper
Inherited from HttpServletResponse
Inherited from ServletResponseWrapper
Inherited from ServletResponse
Inherited from AnyRef
Inherited from Any