|
|||||||||
| Home >> All >> javax >> [ servlet overview ] | PREV NEXT | ||||||||
Uses of Interface
javax.servlet.ServletContext
| Uses of ServletContext in javax.servlet |
| Methods in javax.servlet that return ServletContext | |
ServletContext |
ServletRequestEvent.getServletContext()
Returns the ServletContext of this web application. |
ServletContext |
ServletContextEvent.getServletContext()
Return the ServletContext that changed. |
ServletContext |
FilterConfig.getServletContext()
Returns a reference to the ServletContext in which the caller is executing. |
ServletContext |
ServletContext.getContext(java.lang.String uripath)
Returns a ServletContext object that
corresponds to a specified URL on the server. |
ServletContext |
ServletConfig.getServletContext()
Returns a reference to the ServletContext in which the caller is executing. |
ServletContext |
GenericServlet.getServletContext()
Returns a reference to the ServletContext in which this servlet is running. |
| Constructors in javax.servlet with parameters of type ServletContext | |
ServletRequestEvent(ServletContext sc,
ServletRequest request)
Construct a ServletRequestEvent for the given ServletContext and ServletRequest. |
|
ServletRequestAttributeEvent(ServletContext sc,
ServletRequest request,
java.lang.String name,
java.lang.Object value)
Construct a ServletRequestAttributeEvent giving the servlet context of this web application, the ServletRequest whose attributes are changing and the name and value of the attribute. |
|
ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context. |
|
ServletContextAttributeEvent(ServletContext source,
java.lang.String name,
java.lang.Object value)
Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value. |
|
|
|||||||||
| Home >> All >> javax >> [ servlet overview ] | PREV NEXT | ||||||||