|
Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.RenderPage
public class RenderPage
Represents a rendered "page" of a document. May be either the actual binary data or the URL to that data on the server.
| Constructor Summary | |
|---|---|
RenderPage() |
|
| Method Summary | |
|---|---|
javax.activation.DataHandler |
getPageData() |
java.net.URL |
getResourceUrl() |
void |
setPageData(javax.activation.DataHandler data) |
void |
setResourceUrl(java.net.URL newresourceUrl) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenderPage()
| Method Detail |
|---|
public void setPageData(javax.activation.DataHandler data)
data - Binary data for this pagepublic javax.activation.DataHandler getPageData()
public void setResourceUrl(java.net.URL newresourceUrl)
newresourceUrl - URL to the page datapublic java.net.URL getResourceUrl()
|
Oracle® WebCenter Content Java API Reference for Imaging 11g Release 1 (11.1.1) E12853-03 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||