public class SessionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
static String |
TD_TASKS_CACHE |
static String |
TD_TASKS_SERVICE_CLENT |
| Constructor and Description |
|---|
SessionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.application.framework.core.session.ASLSession |
getAslSession(javax.servlet.http.HttpSession httpSession) |
static HashMap<String,TdTaskModel> |
getTasksCache(org.gcube.application.framework.core.session.ASLSession aslSession) |
static TaskTabularDataService |
getTaskTdServiceClient(org.gcube.application.framework.core.session.ASLSession aslSession) |
static void |
setTasksCache(org.gcube.application.framework.core.session.ASLSession aslSession,
HashMap<String,TdTaskModel> hashTaskModel) |
static void |
setTaskServiceClient(org.gcube.application.framework.core.session.ASLSession aslSession,
TaskTabularDataService service) |
public static final String TD_TASKS_CACHE
public static final String TD_TASKS_SERVICE_CLENT
public static org.slf4j.Logger logger
public static org.gcube.application.framework.core.session.ASLSession getAslSession(javax.servlet.http.HttpSession httpSession)
public static HashMap<String,TdTaskModel> getTasksCache(org.gcube.application.framework.core.session.ASLSession aslSession)
public static void setTasksCache(org.gcube.application.framework.core.session.ASLSession aslSession,
HashMap<String,TdTaskModel> hashTaskModel)
aslSession - hashTaskModel - public static TaskTabularDataService getTaskTdServiceClient(org.gcube.application.framework.core.session.ASLSession aslSession)
public static void setTaskServiceClient(org.gcube.application.framework.core.session.ASLSession aslSession,
TaskTabularDataService service)
aslSession - Copyright © 2014. All Rights Reserved.