UserRegistrationEvent Class
- public class UserRegistrationEvent
extends TrackingEvent
Event for tracking a user registration
-
Hierarchy
-
Object
AbstractConfigurableEntity
Event
TrackingEvent
UserRegistrationEvent
-
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 |
TRACKED_ANONYMOUS_ID
public static final String TRACKED_ANONYMOUS_ID
- Event attribute key name for tracking id
Attribute value is a String
TYPE
public static final String TYPE
- Event Type
UserRegistrationEvent
public UserRegistrationEvent(String theSessionId,
String theUserId,
HttpServletRequest theRequest)
- Create a new UserRegistrationEvent.
UserRegistrationEvent
public UserRegistrationEvent(HttpServletRequest request,
String newUserId)
- Create a new UserRegistrationEvent.
This constructor must be used for tracking anonymous users.
UserRegistrationEvent
public UserRegistrationEvent(HttpServletRequest request)
- Create a new UserRegistrationEvent.
This constructor must be used for tracking anonymous users.