public class CookieProviderInterceptor extends AbstractInterceptor implements PreResultListener
CookieProvider
You must reference this interceptor in your default stack or in action's stack, see example below.
none
<action ... > <interceptor-ref name="defaultStack"/> <interceptor-ref name="cookieProvider"/> ... </action>
| Constructor and Description |
|---|
CookieProviderInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCookiesToResponse(CookieProvider action,
javax.servlet.http.HttpServletResponse response)
Do what name suggests
|
void |
beforeResult(ActionInvocation invocation,
String resultCode) |
String |
intercept(ActionInvocation invocation) |
destroy, initpublic String intercept(ActionInvocation invocation) throws Exception
intercept in interface Interceptorintercept in class AbstractInterceptorExceptionprotected void addCookiesToResponse(CookieProvider action, javax.servlet.http.HttpServletResponse response)
action - CookieProvider actionresponse - current HttpServletResponsepublic void beforeResult(ActionInvocation invocation, String resultCode)
beforeResult in interface PreResultListenerCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.