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 CSPActioncspAction()default play.filters.csp.CSPConfigcspConfig()default play.filters.csp.CSPFiltercspFilter()default play.filters.csp.CSPProcessorcspProcessor()default play.filters.csp.CSPResultProcessorcspResultProcessor()-
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()
-
-