RichResponse

org.scalatra.servlet.RichResponse
case class RichResponse(res: HttpServletResponse)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

object headers

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
headers.type

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,

Attributes

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product