Package org.apache.cxf.transport.http
Class HTTPSession
- java.lang.Object
-
- org.apache.cxf.transport.http.HTTPSession
-
-
Constructor Summary
Constructors Constructor Description HTTPSession(javax.servlet.http.HttpServletRequest request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object key)Get a variable from the session by the key.javax.servlet.http.HttpSessiongetSession()voidput(Object key, Object value)Put a variable into the session with a key.
-
-
-
Method Detail
-
get
public Object get(Object key)
Description copied from interface:SessionGet a variable from the session by the key.
-
put
public void put(Object key, Object value)
Description copied from interface:SessionPut a variable into the session with a key.
-
getSession
public javax.servlet.http.HttpSession getSession()
-
-