public class HttpSessionAndServletContext extends Object
| Constructor and Description |
|---|
HttpSessionAndServletContext(javax.servlet.http.HttpSession session,
javax.servlet.ServletContext context)
Create a new HttpSessionAndServletContext.
|
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.ServletContext |
getServletContext()
Get the ServletContext.
|
javax.servlet.http.HttpSession |
getSession()
Get the session.
|
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.