com.x2e
Class XPagesAPI

java.lang.Object
  extended by com.x2e.XPagesAPI

public class XPagesAPI
extends java.lang.Object

Helper class to get an instance of IRemoteXPagesTools. It is used to have a shorter JavaScript syntax than to use XPagesToolsFactory


Constructor Summary
XPagesAPI()
           
 
Method Summary
static IRemoteXPagesTools getTools(IRemoteEclipseConnection conn)
          Use this method to get an instance of the IRemoteXPagesTools interface for the specified connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPagesAPI

public XPagesAPI()
Method Detail

getTools

public static IRemoteXPagesTools getTools(IRemoteEclipseConnection conn)
                                   throws RemoteEclipseAPIException
Use this method to get an instance of the IRemoteXPagesTools interface for the specified connection

Parameters:
conn - connection
Returns:
XPages tools
Throws:
RemoteEclipseAPIException