|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.ad.render.TextContentProvider
public class TextContentProvider
A class that provides XHTML rendering for HTML content.
This just returns the body of the content in the default encoding.
| 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 | |
|---|---|
TextContentProvider()
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes(Node c,
Property p,
BinaryValue bv)
|
byte[] |
getBytes(RenderableContent c,
Property p,
BinaryValue bv)
|
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 TextContentProvider()
| 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 - A long that is used to access the database recordservletBase - The Web App root for the click thru servletheight - The suggested heightwidth - The suggested widthoptions - The options for the rendering
AdContentException
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 - A long that is used to access the database recordservletBase - The Web App root for the click thru servletheight - The suggested heightwidth - The suggested widthoptions - The options for the rendering
AdContentException
public byte[] getBytes(Node c,
Property p,
BinaryValue bv)
throws RepositoryException
RepositoryException
public byte[] getBytes(RenderableContent c,
Property p,
BinaryValue bv)
throws RepositoryException
RepositoryException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||