public abstract class AbstractLogoutAction
extends org.springframework.webflow.action.AbstractAction
| Constructor and Description |
|---|
AbstractLogoutAction() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.webflow.execution.Event |
doExecute(org.springframework.webflow.execution.RequestContext context) |
protected abstract 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.
|
protected void |
preventCaching(javax.servlet.http.HttpServletResponse response)
Prevent caching by adding the appropriate headers.
|
public org.springframework.webflow.execution.Event doExecute(org.springframework.webflow.execution.RequestContext context)
doExecute in class org.springframework.webflow.action.AbstractActionprotected abstract org.springframework.webflow.execution.Event doInternalExecute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.webflow.execution.RequestContext context)
request - the HTTP request.response - the HTTP response.context - the webflow context.protected void preventCaching(javax.servlet.http.HttpServletResponse response)
preventCaching method in the
WebContentGenerator class.response - the HTTP response.