Package org.openbravo.client.kernel
Class RequestContext.HttpSessionWrapper
- java.lang.Object
-
- org.openbravo.base.HttpSessionWrapper
-
- org.openbravo.client.kernel.RequestContext.HttpSessionWrapper
-
- All Implemented Interfaces:
javax.servlet.http.HttpSession
- Enclosing class:
- RequestContext
public static class RequestContext.HttpSessionWrapper extends HttpSessionWrapper
-
-
Constructor Summary
Constructors Constructor Description HttpSessionWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.ServletContext
getServletContext()
-
Methods inherited from class org.openbravo.base.HttpSessionWrapper
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
-
-
-
-
Method Detail
-
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext
in interfacejavax.servlet.http.HttpSession
- Overrides:
getServletContext
in classHttpSessionWrapper
-
-