|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xsp.model.domino.DominoUtils.HtmlConverterWrapper
public static class DominoUtils.HtmlConverterWrapper
Simple wrapper for HtmlConverter.
Field Summary | |
---|---|
static java.lang.String |
ERR_HTMLCONVERSION
|
Constructor Summary | |
---|---|
DominoUtils.HtmlConverterWrapper()
Initialize the converter. |
Method Summary | |
---|---|
void |
convertItem(lotus.domino.Document document,
java.lang.String itemName)
Convert a Notes item to HTML. |
protected void |
finalize()
|
java.lang.String |
getConverterText()
Get the HTML text from the converted Notes item. |
java.util.Vector<java.lang.String> |
getReferneceUrls()
Get the HTML text from the converted Notes item. |
void |
recycle()
Return converter resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ERR_HTMLCONVERSION
Constructor Detail |
---|
public DominoUtils.HtmlConverterWrapper() throws lotus.domino.NotesException
lotus.domino.NotesException
Method Detail |
---|
public void recycle()
protected void finalize()
finalize
in class java.lang.Object
public void convertItem(lotus.domino.Document document, java.lang.String itemName) throws lotus.domino.NotesException
document
- itemName
-
lotus.domino.NotesException
public java.lang.String getConverterText() throws lotus.domino.NotesException
lotus.domino.NotesException
public java.util.Vector<java.lang.String> getReferneceUrls()
lotus.domino.NotesException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |