public class ExternalContext extends Object
Modifier and Type | Method and Description |
---|---|
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() |
public static javax.servlet.ServletConfig getConfig()
public static javax.servlet.ServletContext getApplication()
public static javax.servlet.http.HttpServletRequest getRequest()
public static javax.servlet.http.HttpServletResponse getResponse()
public static javax.servlet.http.HttpSession getSession()
Copyright © 2015. All rights reserved.