ActionContext

org.beangle.web.action.context.ActionContext
See theActionContext companion object
final class ActionContext(val request: HttpServletRequest, val response: HttpServletResponse, val handler: Handler, val params: Map[String, Any])

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def attribute(name: String, value: Any): Unit
def attribute[T](name: String): T
def clearFlash(): Unit
def getFlash(createWhenMissing: Boolean): Flash
def locale: Locale
def locale_=(locale: Locale): Unit
def removeAttribute(names: String*): Unit
def stash(name: String, value: Any): Unit
def stash[T](name: String): T
def textProvider: TextProvider
def textProvider_=(textProvider: TextProvider): Unit

Concrete fields

val params: Map[String, Any]
val request: HttpServletRequest
val response: HttpServletResponse