net.arnx.jsonic.web
Class ExternalContext

java.lang.Object
  extended by 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
 

Method Detail

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()