Interface | Description |
---|---|
ApplicationAware |
Actions that want to be aware of the application Map object should implement this interface.
|
CookiesAware |
Actions implementing the CookiesAware interface will receive
a Map of filtered cookies via the setCookiesMap method.
|
CspSettingsAware |
Implement this interface by an action to provide a custom
CspSettings ,
see CspInterceptor for more details |
NoParameters |
This marker interface should be implemented by actions that do not want any parameters set on
them automatically.
|
ParametersAware |
This interface gives actions an alternative way of receiving input parameters.
|
PrincipalAware |
Actions that want access to the Principal information from HttpServletRequest object
should implement this interface.
|
ServletContextAware |
For components that have a dependence on the Servlet context.
|
ServletRequestAware |
All Actions that want to have access to the servlet request object must implement this interface.
|
ServletResponseAware |
All Actions that want to have access to the servlet response object must implement this interface.
|
SessionAware |
Actions that want access to the user's HTTP session attributes should implement this interface.
|
Class | Description |
---|---|
CspReportAction |
An abstract Action that can be extended to process the incoming CSP violation reports.
|
DefaultCspReportAction |
The default implementation of
CspReportAction that simply logs the JSON object
that contains the details of the CSP violation. |
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.