Package play.filters.components
Interface CSPReportComponents
- All Superinterfaces:
BodyParserComponents,HttpConfigurationComponents,HttpErrorHandlerComponents,PekkoComponents,TemporaryFileComponents
Components for reporting CSP violations.
-
Method Summary
Modifier and TypeMethodDescriptiondefault play.filters.csp.CSPReportActionBuilderdefault play.filters.csp.CSPReportBodyParserMethods inherited from interface play.components.BodyParserComponents
anyContentBodyParser, bytesBodyParser, defaultBodyParser, defaultScalaBodyParser, emptyBodyParser, formUrlEncodedBodyParser, jsonBodyParser, multipartFormDataBodyParser, rawBodyParser, scalaBodyParsers, textBodyParser, tolerantJsonBodyParser, tolerantTextBodyParser, tolerantXmlBodyParser, xmlBodyParserMethods inherited from interface play.components.HttpConfigurationComponents
httpConfiguration, sessionConfigurationMethods inherited from interface play.components.HttpErrorHandlerComponents
httpErrorHandler, javaContextComponents, scalaHttpErrorHandlerMethods inherited from interface play.components.PekkoComponents
actorSystem, coordinatedShutdown, executionContext, materializerMethods inherited from interface play.components.TemporaryFileComponents
tempFileCreator
-
Method Details
-
cspReportBodyParser
default play.filters.csp.CSPReportBodyParser cspReportBodyParser() -
cspReportAction
default play.filters.csp.CSPReportActionBuilder cspReportAction()
-