Package | Description |
---|---|
javax.servlet | |
javax.servlet.http | |
javax.servlet.jsp |
Modifier and Type | Method | Description |
---|---|---|
ServletContext |
ServletContext.getContext(java.lang.String uripath) |
Returns a
ServletContext object that
corresponds to a specified URL on the server. |
ServletContext |
FilterConfig.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. |
ServletContext |
ServletConfig.getServletContext() |
Returns a reference to the
ServletContext in which the caller
is executing. |
ServletContext |
ServletContextEvent.getServletContext() |
Return the ServletContext that changed.
|
Constructor | Description |
---|---|
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.
|
ServletContextEvent(ServletContext source) |
Construct a ServletContextEvent from the given context.
|
Modifier and Type | Method | Description |
---|---|---|
ServletContext |
HttpSession.getServletContext() |
Returns the ServletContext to which this session belongs.
|
Modifier and Type | Method | Description |
---|---|---|
abstract ServletContext |
PageContext.getServletContext() |
The ServletContext instance.
|
Copyright © 1999-2001 The Apache Software Foundation. All Rights Reserved.