Interface CSPComponents

All Superinterfaces:
ConfigurationComponents
All Known Subinterfaces:
HttpFiltersComponents

public interface CSPComponents extends ConfigurationComponents
The Java CSP components.
  • 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

      default CSPAction cspAction()