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, init
public String intercept(ActionInvocation invocation) throws Exception
intercept
in interface Interceptor
intercept
in class AbstractInterceptor
Exception
protected void addCookiesToResponse(CookieProvider action, javax.servlet.http.HttpServletResponse response)
action
- CookieProvider
actionresponse
- current HttpServletResponse
public void beforeResult(ActionInvocation invocation, String resultCode)
beforeResult
in interface PreResultListener
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.