Util is a server-side proxy that allows Java programmers to call client
side Javascript from Java.
Each Util object is associated with a list of ScriptSessions and the
proxy code is creates will be dynamically forwarded to all those browsers.
Currently this class contains only the write-only DOM manipulation functions
from Util. |