© 2005 BEA Systems, Inc.

com.bea.p13n.ad.render
Class DefaultContentProvider

java.lang.Object
  extended bycom.bea.p13n.ad.render.DefaultContentProvider
All Implemented Interfaces:
AdContentProvider

public class DefaultContentProvider
extends 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):


Nested Class Summary
static class DefaultContentProvider.ContentVariableFinder
          A variable finder that will retrieve the variable values as properties of a Content object.
 
Field Summary
 
Fields inherited from interface com.bea.p13n.ad.AdContentProvider
NEW_WINDOW, NEW_WINDOW_TYPE, PREVIEW
 
Constructor Summary
DefaultContentProvider()
           
 
Method Summary
static String cnvrtSC(String s)
          Convert special characters.
 String renderContent(Node c, long identifier, 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

cnvrtSC

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

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

renderContent

public String renderContent(Node c,
                            long identifier,
                            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:
c - The Node 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
options - The options for the rendering
Throws:
AdContentException

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved