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.
Parameters
none
Extending the Interceptor
- addCookiesToResponse - this method applies cookie created by action to response
Examples
Error rendering macro 'code': Invalid value specified for parameter 'java.lang.NullPointerException'<action ... > <interceptor-ref name="defaultStack"/> <interceptor-ref name="cookieProvider"/> ... </action>