Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


oracle.imaging
Class RenderPage

java.lang.Object
  extended by oracle.imaging.RenderPage


public class RenderPage
extends java.lang.Object

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

RenderPage

public RenderPage()

Method Detail

setPageData

public void setPageData(javax.activation.DataHandler data)
Parameters:
data - Binary data for this page

getPageData

public javax.activation.DataHandler getPageData()
Returns:
Binary data for this page

setResourceUrl

public void setResourceUrl(java.net.URL newresourceUrl)
Parameters:
newresourceUrl - URL to the page data

getResourceUrl

public java.net.URL getResourceUrl()
Returns:
URL to the page data

Skip navigation links

Oracle® WebCenter Content Java API Reference for Imaging
11g Release 1 (11.1.1)

E12853-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.