org.beangle.web.action.view

Members list

Type members

Classlikes

class ActionView(val to: To) extends View

Attributes

Supertypes
trait View
class Object
trait Matchable
class Any
Known subtypes
class ForwardActionView(to: To) extends ActionView

Attributes

Supertypes
class ActionView
trait View
class Object
trait Matchable
class Any
case class PathView(path: String) extends View

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait View
class Object
trait Matchable
class Any
Show all
case class RawView(data: Any) extends View

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait View
class Object
trait Matchable
class Any
Show all
class RedirectActionView(to: To) extends ActionView

Attributes

Supertypes
class ActionView
trait View
class Object
trait Matchable
class Any
object Static

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Static.type
class Static

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Status

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Status.type
class StatusView(val code: Int) extends View

Attributes

Supertypes
trait View
class Object
trait Matchable
class Any
object Stream

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Stream.type
class StreamView(val inputStream: InputStream, val contentType: String, val displayName: String, val lastModified: Option[Long]) extends View

Attributes

Supertypes
trait View
class Object
trait Matchable
class Any
trait View

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ActionView
class PathView
class RawView
class StatusView
class StreamView
Show all