java.lang.Objectorg.objectweb.telosys.screen.env.ScreenApplicationManager
Class for "ScreenApplication" object management
The "ScreenApplication" is a singleton always accessible, shared by all the users
Method Summary | |
static ScreenApplication |
getScreenApplication()
Returns the current ScreenApplication object |
static ScreenApplication |
getScreenApplication(javax.servlet.http.HttpSession httpSession)
Deprecated. use getScreenApplication() instead |
static ScreenApplication |
getScreenApplication(javax.servlet.ServletContext servletContext)
Deprecated. use getScreenApplication() instead |
static javax.servlet.ServletContext |
getServletContext()
Returns the current ScreenApplication object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ScreenApplication getScreenApplication()
public static javax.servlet.ServletContext getServletContext()
public static ScreenApplication getScreenApplication(javax.servlet.ServletContext servletContext)
servletContext
- : not used since v 1.0.0
public static ScreenApplication getScreenApplication(javax.servlet.http.HttpSession httpSession)
httpSession
- : not used since v 1.0.0