ClickContentEvent Class
- public class ClickContentEvent
extends ClickEvent
Event for tracking clicks on content
-
Hierarchy
-
Object
AbstractConfigurableEntity
Event
TrackingEvent
ClickEvent
ClickContentEvent
-
All Implemented Interfaces
-
ConfigurableEntity
, EventConstants
, Serializable
Methods from com.bea.p13n.property.AbstractConfigurableEntity |
createMapKey , getCachedProperty , getExplicitProperty , getExplicitSetter , getImplicitProperty , getJndiName , getPkString , getProperty , getPropertyAsString , getPropertyCache , getPropertyNoDefault , getUniqueId , hasExplicitGetter , hasExplicitSetter , removeExplicitProperty , removeProperty , setExplicitProperty , setProperty , upcaseFirst
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String
TYPE
- The event type
ClickContentEvent
public ClickContentEvent(String
theSessionId,
String
theUserId,
HttpServletRequest
theRequest,
String
aDocumentType,
String
aDocumentId)
- Create a new ClickContentEvent.
ClickContentEvent
public ClickContentEvent(HttpSession
session,
HttpServletRequest
theRequest,
String
aDocumentType,
String
aDocumentId)
- Create a new ClickContentEvent. This ctor must be used for tracking anonymous users.