public class HttpGraniteContext extends ServletGraniteContext
applicationMap, initialisationMap, session, sessionMapSESSION_LAST_ACCESSED_TIME_KEY| Modifier | Constructor and Description |
|---|---|
protected |
HttpGraniteContext(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static HttpGraniteContext |
createThreadIntance(GraniteConfig graniteConfig,
ServicesConfig servicesConfig,
ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response) |
HttpServletRequest |
getRequest() |
Map<String,Object> |
getRequestMap() |
HttpServletResponse |
getResponse() |
HttpSession |
getSession() |
HttpSession |
getSession(boolean create) |
String |
getSessionId() |
Object |
getSessionLock() |
Map<String,Object> |
getSessionMap() |
Map<String,Object> |
getSessionMap(boolean create) |
createThreadInstance, createThreadInstance, getApplicationMap, getInitialisationMap, getServletContextgetAMFContext, getClientType, getCurrentInstance, getGraniteConfig, getServicesConfig, release, setCurrentInstanceprotected HttpGraniteContext(GraniteConfig graniteConfig, ServicesConfig servicesConfig, ServletContext servletContext, HttpServletRequest request, HttpServletResponse response)
public static HttpGraniteContext createThreadIntance(GraniteConfig graniteConfig, ServicesConfig servicesConfig, ServletContext servletContext, HttpServletRequest request, HttpServletResponse response)
public HttpServletRequest getRequest()
getRequest in class ServletGraniteContextpublic HttpServletResponse getResponse()
getResponse in class ServletGraniteContextpublic String getSessionId()
getSessionId in class GraniteContextpublic HttpSession getSession(boolean create)
getSession in class ServletGraniteContextpublic HttpSession getSession()
getSession in class ServletGraniteContextpublic Object getSessionLock()
getSessionLock in class ServletGraniteContextpublic Map<String,Object> getSessionMap()
getSessionMap in class ServletGraniteContextpublic Map<String,Object> getSessionMap(boolean create)
getSessionMap in class ServletGraniteContextpublic Map<String,Object> getRequestMap()
getRequestMap in class ServletGraniteContext