BEA Systems, Inc.

com.beasys.commerce.user.jsp.tags
Class LogoutTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--com.beasys.commerce.user.jsp.tags.UserManagerTag
              |
              +--com.beasys.commerce.user.jsp.tags.LogoutTag

public class LogoutTag
extends UserManagerTag

Corresponds to <um:logout>.

The <um:logout> tag ends the current user's WLS session. This is independent of the FlowManager's user session tracking, and should be used in combination with the <um:login> tag.

Note: LogoutTag has no tag attributes.

See Also:
LoginTag, Serialized Form

Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
printStackTraces, verbose
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Constructor Summary
LogoutTag()
           
 
Method Summary
 int doStartTag()
          End a user's session by removing it from the HttpSession
 
Methods inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag
getUserManager
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogoutTag

public LogoutTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
End a user's session by removing it from the HttpSession
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved