ClickContentEventValidator Class
- public class ClickContentEventValidator
extends AbstractClickEventValidator
-
Hierarchy
-
Object
AbstractClickEventValidator
ClickContentEventValidator
-
All Implemented Interfaces
-
ClickEventValidator
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClickContentEventValidator
public ClickContentEventValidator()
validateAndFire(HttpServletRequest) Method
public void validateAndFire(HttpServletRequest
req)
throws InvalidArgumentException
Fires an event by extracting related information from the
HttpServletRequest
. Expects the caller to handle any invocation
errors.
Parameters
-
req
- The HttpServletRequest.
Exceptions
-
InvalidArgumentException
- To signal problems while validating for and firing the event.