com.bea.p13n.tracking.clickthrough
Interface ClickThroughConstants

All Known Subinterfaces:
ClickThroughConstants

public interface ClickThroughConstants

This class holds the constants used by clickthrough implementations.


Field Summary
static String APPLICATION_NAME
           
static String CONTENT_EVENT
           
static String DOCUMENT_ID
           
static String DOCUMENT_TYPE
           
static String EVENT_TYPE
           
static String LOG_APP_NAME
           
static String REDIRECT_URL
           
static String USER_ID
           
 

Field Detail

REDIRECT_URL

static final String REDIRECT_URL
See Also
Constants Summary

EVENT_TYPE

static final String EVENT_TYPE
See Also
Constants Summary

CONTENT_EVENT

static final String CONTENT_EVENT
See Also
Constants Summary

USER_ID

static final String USER_ID
See Also
Constants Summary

DOCUMENT_TYPE

static final String DOCUMENT_TYPE
See Also
Constants Summary

DOCUMENT_ID

static final String DOCUMENT_ID
See Also
Constants Summary

APPLICATION_NAME

static final String APPLICATION_NAME
See Also
Constants Summary

LOG_APP_NAME

static final String LOG_APP_NAME
See Also
Constants Summary


Copyright © 2011, Oracle. All rights reserved.