object CSPActionBuilder
Ordering
- Alphabetic
- By Inheritance
Inherited
- CSPActionBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(processor: CSPResultProcessor, bodyParsers: PlayBodyParsers)(implicit materializer: Materializer, ec: ExecutionContext): CSPActionBuilder
Creates a new CSPActionBuilder using a configured CSPProcessor and bodyParsers instance.
- def apply(config: Configuration, bodyParsers: PlayBodyParsers)(implicit materializer: Materializer, ec: ExecutionContext): CSPActionBuilder
Creates a new CSPActionBuilder using a Configuration and bodyParsers instance.
This singleton object contains factory methods for creating new CSPActionBuilders.
Useful in compile time dependency injection.