Interface | Description |
---|---|
ApplicationAware |
Actions that want to be aware of the application Map object should implement this interface.
|
CookieProvider |
Action can create cookies which will be stored in response
|
CookiesAware |
Actions implementing the CookiesAware interface will receive
a Map of filtered cookies via the setCookiesMap method.
|
NoParameters |
This marker interface should be implemented by actions that do not want any parameters set on
them automatically.
|
ParameterAware |
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.
|
PrincipalProxy |
Proxy interface used together with PrincipalAware interface.
|
RequestAware |
Actions that want access to the current servlet request attributes should implement this interface.
|
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 |
---|---|
ActionMappingParametersInteceptor | |
BackgroundProcess |
Background thread to be executed by the ExecuteAndWaitInterceptor.
|
CheckboxInterceptor | |
ClearSessionInterceptor | |
CookieInterceptor | |
CookieProviderInterceptor |
Allows actions to send cookies to client, action must implement
CookieProvider
You must reference this interceptor in your default stack or in action's stack, see example below. |
CreateSessionInterceptor | |
DateTextFieldInterceptor | |
ExecuteAndWaitInterceptor | |
FileUploadInterceptor | |
I18nInterceptor | |
MessageStoreInterceptor | |
MultiselectInterceptor |
Just as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.
|
ProfilingActivationInterceptor |
Allows profiling to be enabled or disabled via request parameters, when
devMode is enabled.
|
RolesInterceptor | |
ScopeInterceptor | |
ServletConfigInterceptor | |
StrutsConversionErrorInterceptor | |
TokenInterceptor | |
TokenSessionStoreInterceptor |
Enum | Description |
---|---|
DateTextFieldInterceptor.DateWord |
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.