Package play.filters.components
Interface CSPComponents
-
- All Superinterfaces:
ConfigurationComponents
- All Known Subinterfaces:
HttpFiltersComponents
public interface CSPComponents extends ConfigurationComponents
The Java CSP components.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default CSPAction
cspAction()
default play.filters.csp.CSPConfig
cspConfig()
default play.filters.csp.CSPFilter
cspFilter()
default play.filters.csp.CSPProcessor
cspProcessor()
default play.filters.csp.CSPResultProcessor
cspResultProcessor()
-
Methods inherited from interface play.components.ConfigurationComponents
config, configuration
-
-
-
-
Method Detail
-
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
default CSPAction cspAction()
-
-