|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 |
ServletRequestAdapter.getSession()
|
HttpSession |
HttpRequestImpl.getSession()
|
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(boolean create)
|
HttpSession |
HttpRequestImpl.getSession(boolean create)
|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||