Package play.filters.components
Interface CSPReportComponents
-
- All Superinterfaces:
BodyParserComponents
,HttpConfigurationComponents
,HttpErrorHandlerComponents
,PekkoComponents
,TemporaryFileComponents
public interface CSPReportComponents extends BodyParserComponents
Components for reporting CSP violations.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default play.filters.csp.CSPReportActionBuilder
cspReportAction()
default play.filters.csp.CSPReportBodyParser
cspReportBodyParser()
-
Methods inherited from interface play.components.BodyParserComponents
anyContentBodyParser, bytesBodyParser, defaultBodyParser, defaultScalaBodyParser, emptyBodyParser, formUrlEncodedBodyParser, jsonBodyParser, multipartFormDataBodyParser, rawBodyParser, scalaBodyParsers, textBodyParser, tolerantJsonBodyParser, tolerantTextBodyParser, tolerantXmlBodyParser, xmlBodyParser
-
Methods inherited from interface play.components.HttpConfigurationComponents
httpConfiguration, sessionConfiguration
-
Methods inherited from interface play.components.HttpErrorHandlerComponents
httpErrorHandler, javaContextComponents, scalaHttpErrorHandler
-
Methods inherited from interface play.components.PekkoComponents
actorSystem, coordinatedShutdown, executionContext, materializer
-
Methods inherited from interface play.components.TemporaryFileComponents
tempFileCreator
-
-