| Package | Description |
|---|---|
| javax.servlet.http | |
| javax.servlet.jsp | |
| javax.servlet.jsp.jstl.core |
| Modifier and Type | Method and Description |
|---|---|
HttpSession |
HttpServletRequest.getSession()
Returns the current session, creating one if necessary.
|
HttpSession |
HttpServletRequestWrapper.getSession()
Returns the current session, creating one if necessary.
|
HttpSession |
HttpSessionBindingEvent.getSession()
Returns the session.
|
HttpSession |
HttpSessionEvent.getSession()
Returns the session.
|
HttpSession |
HttpServletRequest.getSession(boolean create)
Returns a session.
|
HttpSession |
HttpServletRequestWrapper.getSession(boolean create)
Returns a session.
|
HttpSession |
HttpSessionContext.getSession(java.lang.String id)
Deprecated.
|
| Constructor and Description |
|---|
HttpSessionBindingEvent(HttpSession session,
java.lang.String name)
Create a new session binding event.
|
HttpSessionBindingEvent(HttpSession session,
java.lang.String name,
java.lang.Object value)
Create a new session binding event.
|
HttpSessionEvent(HttpSession session)
Create a new session event.
|
| Modifier and Type | Method and Description |
|---|---|
abstract HttpSession |
PageContext.getSession()
Returns the request's session.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
Config.get(HttpSession session,
java.lang.String name) |
static void |
Config.remove(HttpSession session,
java.lang.String name) |
static void |
Config.set(HttpSession session,
java.lang.String name,
java.lang.Object var) |