| java.lang.Object jsx3.GI
GI | public class GI (Code) | | A Factory class to allow access to GI components in the same way that the
global Javascript variable(s) do on the client.
author: Joe Walker [joe at getahead dot ltd dot uk] |
getServer | public static Server getServer(Collection<ScriptSession> scriptSessions, String name)(Code) | | Get access to a Server instance with the given name
Parameters: scriptSessions - A collection of ScriptSessions that we should act on. Parameters: name - The name to get access to A new Server proxy instance |
getServer | public static Server getServer(ScriptSession scriptSession, String name)(Code) | | Get access to a Server instance with the given name
Parameters: scriptSession - The ScriptSessions that we should act on. Parameters: name - The name to get access to A new Server proxy instance |
|
|