|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The public interface of an object which can render ad Content objects into displayable content.
| Field Summary | |
static int |
NEW_WINDOW
Option to allow a new window |
static String |
NEW_WINDOW_TYPE
The type designating a new window. |
static int |
PREVIEW
Option saying we are in preview mode |
| Method Summary | |
String |
renderContent(Node content,
long identifier,
String servletBase,
int height,
int width,
int options)
Return the XHTML content for the specified content |
| Field Detail |
public static final int NEW_WINDOW
public static final String NEW_WINDOW_TYPE
public static final int PREVIEW
| Method Detail |
public String renderContent(Node content,
long identifier,
String servletBase,
int height,
int width,
int options)
throws AdContentException
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 width
AdContentException
|
© 2004 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||