Package org.apache.struts2.action
Class DefaultCspReportAction
java.lang.Object
com.opensymphony.xwork2.ActionSupport
org.apache.struts2.action.CspReportAction
org.apache.struts2.action.DefaultCspReportAction
- All Implemented Interfaces:
Action
,ValidationAware
,LocaleProvider
,TextProvider
,Validateable
,Serializable
,ServletRequestAware
,ServletResponseAware
The default implementation of
CspReportAction
that simply logs the JSON object
that contains the details of the CSP violation.- See Also:
-
Field Summary
FieldsFields inherited from class com.opensymphony.xwork2.ActionSupport
container
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.action.CspReportAction
getServletRequest, setServletRequest, withServletRequest, withServletResponse
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
-
Field Details
-
LOG
protected static final org.apache.logging.log4j.Logger LOG
-
-
Constructor Details
-
DefaultCspReportAction
public DefaultCspReportAction()
-