com.bea.commerce.platform.ad
Interface  AdContentProvider
- All Known Implementing Classes: 
 - AdClickThruServlet
 
- public interface AdContentProvider
 
| 
Field Summary | 
static int | 
NEW_WINDOW
 
          option to allow a new window | 
static int | 
PREVIEW
 
          option saying we are in preview mode | 
 
| 
Method Summary | 
 java.lang.String | 
renderContent(Content content,
              long identifier,
              java.lang.String servletBase,
              int height,
              int width,
              int options)
 
          return the XHTML content for the specified content | 
 
NEW_WINDOW
public static final int NEW_WINDOW
- option to allow a new window
 
PREVIEW
public static final int PREVIEW
- option saying we are in preview mode
 
renderContent
public java.lang.String renderContent(Content content,
                                      long identifier,
                                      java.lang.String servletBase,
                                      int height,
                                      int width,
                                      int options)
                               throws AdContentException
- return the XHTML content for the specified content
- Parameters:
 content - The content element to renderidentifier - A long that is used to access the database recordservletBase - The Web App root for the click thru servletheight - The suggested heightwidth - The suggested widthoption - The options for the rendering
 
 
Copyright © 2001 BEA Systems, Inc. All Rights Reserved