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.
|
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.
|
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.