Class CSPAction


public class CSPAction extends AbstractCSPAction
This action is used to add a CSP header to the response through injection.

Normally you would use the annotation @CSP on your action rather than use this directly.

  • Constructor Details

    • CSPAction

      @Inject public CSPAction(play.filters.csp.CSPProcessor processor)
  • Method Details