CSPConfig

play.filters.csp.CSPConfig$
See theCSPConfig companion class
object CSPConfig

This singleton object contains factory methods to create a CSPConfig instance from configuration.

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CSPConfig.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Creates CSPConfig from a raw Configuration object, using "play.filters.csp".

Creates CSPConfig from a raw Configuration object, using "play.filters.csp".

Value parameters

conf

a configuration instance.

Attributes

Returns

a CSPConfig instance.

Creates CSPConfig from a raw configuration object with no prefix.

Creates CSPConfig from a raw configuration object with no prefix.

Value parameters

config

a configuration instance

Attributes

Returns

a CSPConfig instance.