com.endeca.portal.data
Class GestureId

java.lang.Object
  extended by com.endeca.portal.data.GestureId

public class GestureId
extends java.lang.Object

A helper class used to increment and fetch the current gesture id that is stored on the UserSession


Method Summary
static java.lang.String getCurrentGestureId(javax.portlet.PortletRequest request)
           
static void increment(javax.portlet.PortletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCurrentGestureId

public static java.lang.String getCurrentGestureId(javax.portlet.PortletRequest request)

increment

public static void increment(javax.portlet.PortletRequest request)