|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpSession | |
---|---|
org.apache.openejb.server.httpd |
Uses of HttpSession in org.apache.openejb.server.httpd |
---|
Classes in org.apache.openejb.server.httpd that implement HttpSession | |
---|---|
class |
ServletSessionAdapter
|
Methods in org.apache.openejb.server.httpd that return HttpSession | |
---|---|
HttpSession |
HttpRequest.getSession()
Returns the current session associated with this request, or if the request does not have a session, creates one. |
HttpSession |
ServletRequestAdapter.getSession()
|
HttpSession |
HttpRequestImpl.getSession()
|
HttpSession |
HttpRequest.getSession(boolean create)
Returns the current HttpSession associated with this
request or, if there is no current session and create is
true, returns a new session. |
HttpSession |
ServletRequestAdapter.getSession(boolean create)
|
HttpSession |
HttpRequestImpl.getSession(boolean create)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |