com.fatwire.gst.foundation.facade.runtag.commercecontext
Class Logout

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.FTValListFacade
      extended by com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
          extended by com.fatwire.gst.foundation.facade.runtag.commercecontext.Logout
All Implemented Interfaces:
TagRunner

public final class Logout
extends AbstractTagRunner

When visitors access a site implemented with CS-Engage, they are automatically assigned a visitor ID. This tag clears the current visitor ID and assigns a new one. Typical use for this method is to use it to create a logout button so a new visitor can interact with the site without having to end the session. If the current visitor is logged into Transact or any other external database through Commerce Connector, this method automatically clears this visitor's commerce ID or access ID as well, which disconnects the visitor from Commerce Connector.

Since:
Sep 17, 2009
Author:
Tony Field

Field Summary
 
Fields inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
list
 
Constructor Summary
Logout()
           
 
Method Summary
 
Methods inherited from class com.fatwire.gst.foundation.facade.runtag.AbstractTagRunner
bind, execute, handleError, postExecute, preExecute
 
Methods inherited from class com.fatwire.gst.foundation.facade.FTValListFacade
getList, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logout

public Logout()


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.