|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.5) E14255-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.ad.AdContentProviderBase
public class AdContentProviderBase
A default global ad renderer.
This implementation delagates to the AdContentProvider's specified via the AdContentProvider MBean children of the application's AdService MBean (i.e. via the META-INF/application-config.xml) on a per-Content mimeType basis.
| Field Summary |
|---|
| Fields inherited from interface com.bea.p13n.ad.AdRenderableContentProvider |
|---|
VERSION_ID |
| Fields inherited from interface com.bea.p13n.ad.AdContentProvider |
|---|
NEW_WINDOW, NEW_WINDOW_TYPE, PREVIEW |
| Constructor Summary | |
|---|---|
AdContentProviderBase()
|
|
| Method Summary | |
|---|---|
String |
renderContent(Node c,
long identifier,
String servletBase,
int height,
int width,
int options)
Deprecated |
String |
renderContent(RenderableContent content,
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 |
|---|
public AdContentProviderBase()
| Method Detail |
|---|
public String renderContent(Node c,
long identifier,
String servletBase,
int height,
int width,
int options)
throws AdContentException
renderContent in interface AdContentProviderc - The content element to renderidentifier - Identifier ID for the record generating the adservletBase - The web app base on the serverheight - The suggested heightwidth - The suggested widthoptions - The options for the renderer
AdContentException - when there is a problem rendering
the contentContentProviders.getContentProvider(java.lang.String)
public String renderContent(RenderableContent content,
long identifier,
String servletBase,
int height,
int width,
int options)
throws AdContentException
renderContent in interface AdRenderableContentProviderc - The content element to renderidentifier - Identifier ID for the record generating the adservletBase - The web app base on the serverheight - The suggested heightwidth - The suggested widthoptions - The options for the renderer
AdContentException - when there is a problem rendering
the contentContentProviders.getContentProvider(java.lang.String)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.5) E14255-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||