Class LogoutAction

  • All Implemented Interfaces:
    WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware

    public class LogoutAction
    extends ConfluenceActionSupport
    implements org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.ServletResponseAware
    See Also:
    Serialized Form
    • Constructor Detail

      • LogoutAction

        public LogoutAction()
    • Method Detail

      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • setServletRequest

        public void setServletRequest​(javax.servlet.http.HttpServletRequest request)
        Specified by:
        setServletRequest in interface org.apache.struts2.interceptor.ServletRequestAware
      • setServletResponse

        public void setServletResponse​(javax.servlet.http.HttpServletResponse response)
        Specified by:
        setServletResponse in interface org.apache.struts2.interceptor.ServletResponseAware
      • getLogoutUrl

        public String getLogoutUrl()