ClickThroughEventHandler Class
- public class ClickThroughEventHandler
extends Object
This singleton fires off events based on HttpServletRequest information.
-
Hierarchy
-
Object
ClickThroughEventHandler
protected static final TrackingExceptionTextFormatter |
-
exceptionFormatter
- TrackingExceptionTextFormatter
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exceptionFormatter
protected static final TrackingExceptionTextFormatter exceptionFormatter
fireEvent(HttpServletRequest) Method
public synchronized void fireEvent(HttpServletRequest req)
throws InvalidArgumentException
Extracts EVENT_TYPE information from the HttpServletRequest
and fires an event by extracting related information from the
HttpServletRequest. Expects the caller to handle any invocation
errors.
If the event type attribute is not found in the HttpServletRequest
- does not fire an event.
Parameters
-
req
- The HttpServletRequest.
Exceptions
-
InvalidArgumentException
getInstance() Method
public static ClickThroughEventHandler getInstance()