|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.gestalt.scribe.HTMLData
HTMLData class provides the means of passing HTML-based report to the calling program. It carries the plain HTML content and, optionally, images the content may refer to. The images are stored as binary JPEG representation in a Hashmap as key-value pairs. The keys are unique String tags assigned to the images, in "imgN" format, and the values are byte arrays with the image binary content. HTMLData objects are created by Scribe server, and are returned to the client application via getReportAsHTML method of Connector class. The client application is responsible for extracting the HTML content and image data from HTMLData object.
Connector,
Serialized Form| Method Summary | |
java.util.Vector |
getHTML()
Returns the HTML content of HTMLData. |
java.lang.String |
getHTMLText()
Returns the HTML content of HTMLData. |
java.util.Hashtable |
getImages()
Returns the Hashtable with image binary data. |
boolean |
isEmpty()
Returns the empty state flag of HTMLData. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.util.Vector getHTML()
public java.util.Hashtable getImages()
public java.lang.String getHTMLText()
public boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||