public class

LogoutAction

extends ConfluenceActionSupport
implements ServletRequestAware ServletResponseAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.LogoutAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
Fields
public static final Logger log
[Expand]
Inherited Fields
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
LogoutAction()
Public Methods
String execute()
boolean isPermitted()
void setServletRequest(HttpServletRequest request)
void setServletResponse(HttpServletResponse response)
[Expand]
Inherited Methods
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.opensymphony.webwork.interceptor.ServletRequestAware
From interface com.opensymphony.webwork.interceptor.ServletResponseAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Fields

public static final Logger log

Public Constructors

public LogoutAction ()

Public Methods

public String execute ()

Throws
Exception

public boolean isPermitted ()

public void setServletRequest (HttpServletRequest request)

public void setServletResponse (HttpServletResponse response)