DisplayContentEvent Class
- public class DisplayContentEvent
extends ContentEvent
Event for tracking display of content
-
Hierarchy
-
Object
AbstractConfigurableEntity
Event
TrackingEvent
ContentEvent
DisplayContentEvent
-
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
DisplayContentEvent
public DisplayContentEvent(String theSessionId,
String theUserId,
HttpServletRequest theRequest,
String aDocumentType,
String aDocumentId)
- Create a new DisplayContentEvent.
DisplayContentEvent
public DisplayContentEvent(HttpSession session,
HttpServletRequest theRequest,
String aDocumentType,
String aDocumentId)
- Create a new DisplayContentEvent.
This ctor must be used for tracking anonymous users.