Object
AdContentProvider
A class that provides a rendering of image mime types.
This will respond to the following AdContentProvider properties (specified in the configuration):
"ShowDoc"
).
"AdClickThru"
).
There are a set of metadata variables stored in the content manager which are used to control how the Ad is rendered.
adTarget may be set to 'newwindow' if the ad is to be displayed in a new browser window. Otherwise the adTarget will be displayed on the page where the request for the content is made.
The target of the click thru operation is defined either by the adTargetUrl or the adTargetContent depending upon source of the content.
An image map may be defined. It requires both the adMapName and the adMap attributes be defined.
If the adWinClose attribute is defined, the rendering will add a 'close window' link for the new window.
Object
ImageContentProvider
AdContentProvider
Constructor Summary |
Method Summary |
public static final | |
public |
|
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface com.bea.p13n.ad. |
|
Constructor Detail |
public ImageContentProvider()
Method Detail |
public static finalConvert special characters.String
cnvrtSC(String
s)
Related Topics
publicReturn the XHTML content for the specified content.String
renderContent(Node
c, long identifier,String
servletBase, int height, int width, int options)
throwsAdContentException
AdContentException