Package play.filters.components
Interface CSPComponents
- All Superinterfaces:
ConfigurationComponents
- All Known Subinterfaces:
HttpFiltersComponents
The Java CSP components.
-
Method Summary
Modifier and TypeMethodDescriptiondefault CSPActiondefault play.filters.csp.CSPConfigdefault play.filters.csp.CSPFilterdefault play.filters.csp.CSPProcessordefault play.filters.csp.CSPResultProcessorMethods inherited from interface play.components.ConfigurationComponents
config, configuration
-
Method Details
-
cspConfig
default play.filters.csp.CSPConfig cspConfig() -
cspProcessor
default play.filters.csp.CSPProcessor cspProcessor() -
cspResultProcessor
default play.filters.csp.CSPResultProcessor cspResultProcessor() -
cspFilter
default play.filters.csp.CSPFilter cspFilter() -
cspAction
-