com.bea.commerce.ebusiness.tracking.events
Class ClickProductEventValidator

java.lang.Object
  extended by com.bea.p13n.tracking.clickthrough.AbstractClickEventValidator
      extended by com.bea.commerce.ebusiness.tracking.events.ClickProductEventValidator
All Implemented Interfaces
ClickEventValidator

Deprecated See WLP Commerce product offering

@Deprecated
public class ClickProductEventValidator
extends AbstractClickEventValidator


Field Summary
 
Fields inherited from class com.bea.p13n.tracking.clickthrough.AbstractClickEventValidator
applicationName, documentId, documentType, exceptionFormatter, req, sessionId, userId
 
Constructor Summary
ClickProductEventValidator()
          Deprecated See WLP Commerce product offering
 
Method Summary
 void validateAndFire(javax.servlet.http.HttpServletRequest req)
          Deprecated See WLP Commerce product offering
 
Methods inherited from class com.bea.p13n.tracking.clickthrough.AbstractClickEventValidator
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClickProductEventValidator

public ClickProductEventValidator()
Deprecated See WLP Commerce product offering

Method Detail

validateAndFire

public void validateAndFire(javax.servlet.http.HttpServletRequest req)
                     throws InvalidArgumentException
Deprecated See WLP Commerce product offering

Fires an event by extracting related information from the HttpServletRequest. Expects the caller to handle any invocation errors.

Parameters
req - The HttpServletRequest.
Throws
InvalidArgumentException - To signal problems while validating for and firing the event.


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.