org.apache.commons.jxpath.servlet
public class HttpSessionAndServletContext extends java.lang.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.
|