Class CSPHeaderTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.deltava.taglib.content.CSPHeaderTag
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class CSPHeaderTag extends TagSupport
A JSP tag to write a Content Security Policy header to the response. While the header is usually written at the bottom of the PageTag.doEndTag() method, this tag exists for larger pages where the output buffer has already been flushed by the time this occurs.
Since:
12.0
Version:
12.0
Author:
Luke
See Also:
  • Constructor Details

    • CSPHeaderTag

      public CSPHeaderTag()
  • Method Details