The SwingletManager manager Swinglet component. Every thread is allocated
a SwingletManager.
Values can be stored in this object for the duration of the session.
SwingletManager is an abstract class. Specific Manager, such as the ServletManager
are used to manage Swinglets in different contexts.
author: Robin Sharp
Automatically set the look and feel based on the
agent string. This is a helper method that will look
up the look and feel from the current browser look and
feel class.
Automatically set the look and feel based on the
agent string, and mimeType. This is a helper method that
will look up the look and feel from the current browser
look and feel class.
public void setRemoteUser(String remoteUser)(Code)
Set the remoteuser SwingletManager
setServletRunner
public static void setServletRunner(String sr)(Code)
Set the URL of the Servlet runner.
setSwingletManager
public static synchronized void setSwingletManager(SwingletManager swingletManager)(Code)
Set the SwingletManager associated with this session. If this is
null it is removed. This must be set on entry into the session, and
set to null on exit from the session.