|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRemoteXPagesTools

Collection of helper methods that deal with XPages UI access
| Method Summary | |
|---|---|
boolean |
execute(IRemoteWorkbenchPart xspPart,
java.lang.String javaScript)
Method to execute a piece of JavaScript in an XPages Xulrunner browser (client-side JavaScript) |
java.lang.String |
getDomAsXML(IRemoteWorkbenchPart xspPart)
Gets the current source code of the XPages app's DOM tree |
java.lang.String |
getUrl(IRemoteWorkbenchPart xspPart)
Gets the current Url of the XPages part |
boolean |
isXspViewPart(IRemoteWorkbenchPart part)
Method to check whether a part is a XulRunner browser that displays an XPages app |
| Method Detail |
|---|
boolean isXspViewPart(IRemoteWorkbenchPart part)
throws RemoteEclipseAPIException
part - part
RemoteEclipseAPIException
boolean execute(IRemoteWorkbenchPart xspPart,
java.lang.String javaScript)
throws RemoteEclipseAPIException
xspPart - XPages viewpartjavaScript - JavaScript code
RemoteEclipseAPIException
java.lang.String getUrl(IRemoteWorkbenchPart xspPart)
throws RemoteEclipseAPIException
xspPart - XPages viewpart
RemoteEclipseAPIException
java.lang.String getDomAsXML(IRemoteWorkbenchPart xspPart)
throws RemoteEclipseAPIException
xspPart - XPages viewpart
RemoteEclipseAPIException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||