|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.ad.render.ShockwaveContentProvider
A class that provides XHTML rendering for shockwave content.
This will respond to the following AdContentProvider properties (specified in the configuration):
clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
.
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0
.
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash
.
Constructor Summary | |
ShockwaveContentProvider()
|
Method Summary | |
static java.lang.String |
cnvrtSC(java.lang.String s)
Convert special characters. |
protected java.lang.String |
createParam(java.lang.String name,
java.lang.String value)
Create a tag with the specified name and value. |
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 |
public ShockwaveContentProvider()
Method Detail |
public java.lang.String renderContent(Content c, long identifier, java.lang.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 widthoption
- The options for the renderingprotected java.lang.String createParam(java.lang.String name, java.lang.String value)
name
- the name attributevalue
- the value attributepublic static final java.lang.String cnvrtSC(java.lang.String s)
ContentHelper.toHTML(java.lang.String)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |