package
web
Type Members
-
-
-
-
-
case class
HttpCookie(name: String, value: String, domain: String = null, path: String = null, comment: String = null, secure: Boolean = false, maxAge: Int = -1) extends Product with Serializable
-
-
-
-
class
Matcher extends AnyRef
-
-
-
-
-
-
class
ResponseSentMarker extends Throwable with ControlThrowable
-
-
-
case class
RouteResponse(body: String) extends Product with Serializable
-
class
Router extends AnyRef
-
-
-
-
-
Value Members
-
-
object
HttpCookie extends Serializable
-
-
-
val
WEB_LOG: Logger
-
def
appendParam(url: String, name: String, value: String): String
-
def
appendParams(url: String, params: (String, String)*): String
-
def
decodeURI(s: String): String
-
def
decodeURIComponent(s: String): String
-
def
encodeURI(s: String): String
-
def
encodeURIComponent(s: String): String
-
def
escapeHtml(text: String): String
-
def
escapeJs(text: String): String
-
def
escapeXml(text: String): String
-
def
filterChain: FilterChain
-
def
filterChainOption: Option[FilterChain]
-
def
filterConfig: FilterConfig
-
def
filterConfigOption: Option[FilterConfig]
-
object
flash extends Map[String, Any] with KeyValueCoercion
-
def
forward(url: String): Nothing
-
def
host: String
-
val
jsonRegex: Pattern
-
-
def
origin: String
-
object
param extends Map[String, String] with KeyValueCoercion
-
object
paramList extends Map[String, Seq[String]]
-
def
pass(): Nothing
-
-
def
requestOption: Option[HttpRequest]
-
-
def
responseOption: Option[HttpResponse]
-
def
scheme: String
-
def
send(text: String = "", statusCode: Int = 1): Nothing
-
def
sendChars(writerFunc: (Writer) ⇒ Unit): Nothing
-
def
sendError(statusCode: Int, message: String = "No message available."): Nothing
-
def
sendFile(file: File, filename: String = ""): Nothing
-
def
sendJsRedirect(url: String): Nothing
-
def
sendJson(json: String): Nothing
-
def
sendRedirect(url: String, flashes: (String, Any)*): Nothing
-
def
sendStream(streamFunc: (OutputStream) ⇒ Unit): Nothing
-
def
serveLastModified(lastModified: Date): Unit
-
def
servletContext: ServletContext
-
def
servletContextOption: Option[ServletContext]
-
-
def
sessionOption: Option[Session]
-
def
unescapeHtml(text: String): String
-
def
unescapeJs(text: String): String
-
def
unescapeXml(text: String): String
-
def
validateJSON(s: String): Boolean
-
def
xSendFile(file: File, filename: String = ""): Nothing
Inherited from AnyRef
Inherited from Any