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.
Method Summary |
void |
doGet(javax.servlet.http.HttpServletRequest request,
com.bea.commerce.platform.placeholder.HttpServletResponse response)
Do the GET request. |
PlaceholderPreviewServlet
public PlaceholderPreviewServlet()
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 requestresponse
- the HTTP response
Copyright © 2001 BEA Systems, Inc. All Rights Reserved