|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DocumentFactory contains bootstrap methods for applications embedded in a document to access the document object model of the document in which they are contained.
Field Summary | |
static java.lang.String |
DOM
The property string to use with XletContext.getXletProperty
in order to obtain the DocumentFactory for this Xlet (if one exists). |
Method Summary | |
void |
performAction(DocumentAction act)
Perform an action on the document that contains the Xlet controlled by the given XletContext. |
void |
performActionOnFrames(java.lang.String[] names,
MultipleDocumentsAction act)
Perform an action on a set of documents, each contained in a frame that is a part of the same application as the Xlet controlled by the given XletContext. |
void |
performActionReadOnly(DocumentAction act)
Perform an action on the document that contains the Xlet controlled by the given XletContext. |
Field Detail |
public static final java.lang.String DOM
XletContext.getXletProperty
in order to obtain the DocumentFactory for this Xlet (if one exists).
Method Detail |
public void performAction(DocumentAction act)
act
- The action to perform. It will be called by
the system either synchronously, or on a system
thread.public void performActionReadOnly(DocumentAction act)
act
- The action to perform. It will be called by
the system either synchronously, or on a system
thread. Attempts by this action to modify the DOM
shall fail.public void performActionOnFrames(java.lang.String[] names, MultipleDocumentsAction act)
names
- The names of the desired frames.act
- The action to perform. It will be called by
the system either synchronously, or on a system
thread.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |