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–2017 The Apache Software Foundation. All rights reserved.