Package | Description |
---|---|
javax.servlet.http | |
winstone |
Modifier and Type | Method and Description |
---|---|
HttpSession |
HttpSessionEvent.getSession() |
HttpSession |
HttpServletRequestWrapper.getSession() |
HttpSession |
HttpServletRequest.getSession() |
HttpSession |
HttpServletRequestWrapper.getSession(boolean create) |
HttpSession |
HttpServletRequest.getSession(boolean create) |
HttpSession |
HttpSessionContext.getSession(java.lang.String sessionId)
Deprecated.
|
Constructor and Description |
---|
HttpSessionBindingEvent(HttpSession session,
java.lang.String name) |
HttpSessionBindingEvent(HttpSession session,
java.lang.String name,
java.lang.Object value) |
HttpSessionEvent(HttpSession source) |
Modifier and Type | Class and Description |
---|---|
class |
WinstoneSession
Http session implementation for Winstone.
|
Modifier and Type | Method and Description |
---|---|
HttpSession |
WinstoneRequest.getSession() |
HttpSession |
WinstoneRequest.getSession(boolean create) |
Copyright © 2013. All Rights Reserved.