© 2002 BEA Systems, Inc.


com.bea.p13n.ad.render
Class DefaultContentProvider

java.lang.Object
  |
  +--com.bea.p13n.ad.render.DefaultContentProvider

public class DefaultContentProvider
extends java.lang.Object
implements AdContentProvider

A default ad renderer for when no other renderer is available.

This will just print a link to the document.

This will respond to the following AdContentProvider properties (specified in the configuration):


Inner Class Summary
static class DefaultContentProvider.ContentVariableFinder
          A variable finder that will retrieve the variable values as properties of a Content object.
 
Constructor Summary
DefaultContentProvider()
           
 
Method Summary
static java.lang.String cnvrtSC(java.lang.String s)
          Convert special characters.
 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
 

Constructor Detail

DefaultContentProvider

public DefaultContentProvider()
Method Detail

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 render
identifier - A long that is used to access the database record
servletBase - The Web App root for the click thru servlet
height - The suggested height
width - The suggested width
option - The options for the rendering

cnvrtSC

public static final java.lang.String cnvrtSC(java.lang.String s)
Convert special characters.

See Also:
ContentHelper.toHTML(java.lang.String)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved