net.arnx.jsonic.web
Class ExternalContext
java.lang.Object
net.arnx.jsonic.web.ExternalContext
public class ExternalContext
- extends Object
|
Method Summary |
static javax.servlet.ServletContext |
getApplication()
|
static javax.servlet.ServletConfig |
getConfig()
|
static javax.servlet.http.HttpServletRequest |
getRequest()
|
static javax.servlet.http.HttpServletResponse |
getResponse()
|
static javax.servlet.http.HttpSession |
getSession()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getConfig
public static javax.servlet.ServletConfig getConfig()
getApplication
public static javax.servlet.ServletContext getApplication()
getRequest
public static javax.servlet.http.HttpServletRequest getRequest()
getResponse
public static javax.servlet.http.HttpServletResponse getResponse()
getSession
public static javax.servlet.http.HttpSession getSession()