|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ControlInterface public interface ClickContentEventControl
This control dispatches a 'ClickContentEvent' to the Portal Behavior Tracking
System. This control may not be used in a JWS because the request and session
objects are not available.
The Session and Request objects maybe obtained from a Page Flow by:
HttpServletRequest request = this.getRequest();
| Method Summary | |
|---|---|
void |
dispatch(javax.servlet.http.HttpServletRequest request,
String documentType,
String documentId)
Dispatch a ClickContentEvent to the Event Service. |
| Method Detail |
|---|
void dispatch(javax.servlet.http.HttpServletRequest request,
String documentType,
String documentId)
throws P13nControlException
request - the HttpServletRequest object, cannot be nulldocumentType - The type of documentdocumentId - A unique ID describing the document
P13nControlException - if the EventService is misconfigured or
if remote exceptions are encountered while accessing the event service.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||