public class UIContext
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static UIContext |
createCurrentContext(javax.servlet.http.HttpServletRequest req)
Creates UI Context if its not there and returns it
if no IntegrationContext is assocoated with the current thread.
|
static void |
destroyCurrentContext() |
javax.servlet.http.Cookie[] |
getCookies() |
java.lang.String |
getCurrentApp() |
static UIContext |
getCurrentContext() |
java.util.Enumeration<java.lang.String> |
getHeader(java.lang.String headerName) |
boolean |
isFromListTab() |
void |
reSetFromListTab() |
void |
setCurrentApp(java.lang.String app) |
void |
setFromListTab() |
public java.util.Enumeration<java.lang.String> getHeader(java.lang.String headerName)
public javax.servlet.http.Cookie[] getCookies()
public static UIContext getCurrentContext()
public void setFromListTab()
public void setCurrentApp(java.lang.String app)
public java.lang.String getCurrentApp()
public void reSetFromListTab()
public boolean isFromListTab()
public static UIContext createCurrentContext(javax.servlet.http.HttpServletRequest req)
create
.public static void destroyCurrentContext()