© 2001 BEA Systems, Inc.

com.bea.commerce.platform.placeholder
Class PlaceholderPreviewServlet

com.bea.commerce.platform.placeholder.PlaceholderPreviewServlet
All Implemented Interfaces:
PlaceholderConstants

public class PlaceholderPreviewServlet
implements PlaceholderConstants

A servlet which generates a content query preview. The resulting HTML file has three frames. The top frame displays the content query. Below that are two panes. On the left is a list of all the content identifiers matching the query. On the right is the actual content display for the selected content identifier in the content list.


Fields inherited from interface com.bea.commerce.platform.placeholder.PlaceholderConstants
ADBUCKET_ENV_NAME, PLACEHOLDER_DB_NAME, PLACEHOLDER_NAME, PLACEHOLDER_PREVIEW_DB_NAME
 
Constructor Summary
PlaceholderPreviewServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, com.bea.commerce.platform.placeholder.HttpServletResponse response)
          Do the GET request.
 

Constructor Detail

PlaceholderPreviewServlet

public PlaceholderPreviewServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  com.bea.commerce.platform.placeholder.HttpServletResponse response)
           throws com.bea.commerce.platform.placeholder.ServletException,
                  java.io.IOException
Do the GET request. This method will generate each of the frames and the frameset itself.
Parameters:
request - the HTTP request
response - the HTTP response

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved