RichResponse

case class RichResponse(res: HttpServletResponse)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Classlikes

object headers

Value members

Concrete methods

def addCookie(cookie: Cookie): Unit
def characterEncoding: Option[String]
def characterEncoding_=(encoding: Option[String]): Unit
def contentType: Option[String]
def contentType_=(contentType: Option[String]): Unit
def end(): Unit
def outputStream: OutputStream
def redirect(uri: String): Unit
def status: Int

Note: the servlet API doesn't remember the reason. If a custom reason was set, it will be returned incorrectly here,

Note: the servlet API doesn't remember the reason. If a custom reason was set, it will be returned incorrectly here,

def status_=(status: Int): Unit
def writer: PrintWriter

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product