com.bea.p13n.ad.servlets
Class AdClickThruServlet
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--com.bea.p13n.ad.servlets.AdClickThruServlet
- public class AdClickThruServlet
- extends javax.servlet.http.HttpServlet
- implements AdConstants
This servlet tracks ad click thru events. It will
create an AdClickThruEvent and then redirect to the
target URL for the ad.
The URL for the click thru must contain two parameters:
- name -- the URL that will be redirected to.
- contid -- the content manager identifier for the ad being displayed.
This servlet expects the AdService to be at java:comp/env/ejb/AdService
and the AdBucketService to be at java:comp/env/ejb/AdBucketService.
- See Also:
- Serialized Form
Method Summary
|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The doGet handles two types of content depending upon the
'type' parameter to the URL. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete,
doHead,
doOptions,
doPost,
doPut,
doTrace,
getLastModified,
service,
service |
Methods inherited from class javax.servlet.GenericServlet |
destroy,
getInitParameter,
getInitParameterNames,
getServletConfig,
getServletContext,
getServletInfo,
getServletName,
init,
init,
log,
log |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
AdClickThruServlet
public AdClickThruServlet()
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- The doGet handles two types of content depending upon the
'type' parameter to the URL. If type='newwindow' then we
create a new window and display the ad content there. Otherwise
we do the ad click thru functionality.
- Parameters:
request
- The HTTP request objectresponse
- the HTTP response object- Overrides:
- doGet in class javax.servlet.http.HttpServlet
Copyright © 2002 BEA Systems, Inc. All Rights Reserved