Package org.apache.struts2.action
Class DefaultCspReportAction
java.lang.Object
org.apache.struts2.ActionSupport
org.apache.struts2.action.CspReportAction
org.apache.struts2.action.DefaultCspReportAction
- All Implemented Interfaces:
- Serializable,- Action,- ServletRequestAware,- ServletResponseAware,- ValidationAware,- LocaleProvider,- TextProvider,- Validateable
The default implementation of 
CspReportAction that simply logs the JSON object
 that contains the details of the CSP violation.- See Also:
- 
Field SummaryFieldsFields inherited from class org.apache.struts2.ActionSupportcontainer
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.struts2.action.CspReportActiongetServletRequest, setServletRequest, withServletRequest, withServletResponseMethods inherited from class org.apache.struts2.ActionSupportaddActionError, 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, toLocale, validate
- 
Field Details- 
LOGprotected static final org.apache.logging.log4j.Logger LOG
 
- 
- 
Constructor Details- 
DefaultCspReportActionpublic DefaultCspReportAction()
 
-