com.bea.p13n.ad.render
Class TextContentProvider
java.lang.Object
|
+--com.bea.p13n.ad.render.TextContentProvider
- public class TextContentProvider
- extends java.lang.Object
- implements AdContentProvider
A class that provides XHTML rendering for HTML content.
This just returns the body of the content in the default encoding.
Method Summary
|
java.lang.String |
renderContent(Content c,
long identifier,
java.lang.String servletBase,
int height,
int width,
int options)
Return the XHTML content for the specified content. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TextContentProvider
public TextContentProvider()
renderContent
public java.lang.String renderContent(Content c,
long identifier,
java.lang.String servletBase,
int height,
int width,
int options)
throws AdContentException
- Return the XHTML content for the specified content.
- Specified by:
- renderContent in interface AdContentProvider
- 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 © 2002 BEA Systems, Inc. All Rights Reserved