public class LogoutViewSetupAction extends AbstractLogoutAction
LogoutViewSetupAction.| Constructor and Description |
|---|
LogoutViewSetupAction() |
| 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, preventCachingprotected org.springframework.webflow.execution.Event doInternalExecute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.webflow.execution.RequestContext context)
AbstractLogoutActiondoInternalExecute in class AbstractLogoutActionrequest - the HTTP request.response - the HTTP response.context - the webflow context.