public class FrontChannelLogoutAction extends AbstractLogoutAction
FINISH_EVENT, FRONT_EVENT
Constructor and Description |
---|
FrontChannelLogoutAction(LogoutManager logoutManager)
Build from the logout manager.
|
Modifier and Type | Method and Description |
---|---|
protected org.springframework.webflow.execution.Event |
doInternalExecute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.webflow.execution.RequestContext context)
Execute the logout action after invalidating the cache.
|
doExecute, preventCaching
public FrontChannelLogoutAction(LogoutManager logoutManager)
logoutManager
- a logout manager.protected org.springframework.webflow.execution.Event doInternalExecute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.webflow.execution.RequestContext context) throws java.lang.Exception
AbstractLogoutAction
doInternalExecute
in class AbstractLogoutAction
request
- the HTTP request.response
- the HTTP response.context
- the webflow context.java.lang.Exception
- exception returned by this action.