Deny

olon.http.FrameRestrictions.Deny
case object Deny extends FrameRestrictions

Does not allow embedding the page being served in a frame at all.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Deny.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
def headers(enforce: Boolean): List[(String, String)]

Returns the headers implied by these frame restrictions.

Returns the headers implied by these frame restrictions.

Because of how frame restrictions are handled, if enforcement is turned off, no headers are generated.

Attributes

Inherited from:
FrameRestrictions

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields