unauthorized

views.html.defaultpages.unauthorized
object unauthorized extends BaseScalaTemplate[Appendable, Format[Appendable]], Template1[RequestHeader, Appendable]

Attributes

Graph
Supertypes
trait Template1[RequestHeader, Appendable]
class BaseScalaTemplate[Appendable, Format[Appendable]]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def apply()(implicit request: RequestHeader): Appendable

Default page for 401 Not Authorized responses.

Default page for 401 Not Authorized responses.

Attributes

def f: () => RequestHeader => Appendable
def ref: unauthorized.type.this.type
def render(request: RequestHeader): Appendable

Inherited methods

def _display_(o: Any)(implicit m: ClassTag[Appendable]): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Appendable): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: NodeSeq): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: Unit): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: String): T

Attributes

Inherited from:
BaseScalaTemplate
def _display_(x: AnyVal): T

Attributes

Inherited from:
BaseScalaTemplate

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product