|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ServletContext | |
| javax.servlet | |
| javax.servlet.http | |
| javax.servlet.jsp | Classes and interfaces for the Core JSP 2.0 API. |
| org.mortbay.jetty.handler | |
| org.mortbay.jetty.servlet | |
| org.mortbay.util.ajax | |
| Uses of ServletContext in javax.servlet |
| Methods in javax.servlet that return ServletContext | |
ServletContext |
ServletContextEvent.getServletContext()
Return the ServletContext that changed. |
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. |
ServletContext |
FilterConfig.getServletContext()
Returns a reference to the ServletContext in which the caller
is executing. |
ServletContext |
ServletContext.getContext(String uripath)
Returns a ServletContext object that
corresponds to a specified URL on the server. |
ServletContext |
ServletRequestEvent.getServletContext()
Returns the ServletContext of this web application. |
| Constructors in javax.servlet with parameters of type ServletContext | |
ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context. |
|
ServletContextAttributeEvent(ServletContext source,
String name,
Object value)
Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value. |
|
ServletRequestAttributeEvent(ServletContext sc,
ServletRequest request,
String name,
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. |
|
ServletRequestEvent(ServletContext sc,
ServletRequest request)
Construct a ServletRequestEvent for the given ServletContext and ServletRequest. |
|
| Uses of ServletContext in javax.servlet.http |
| Methods in javax.servlet.http that return ServletContext | |
ServletContext |
HttpSession.getServletContext()
Returns the ServletContext to which this session belongs. |
| Uses of ServletContext in javax.servlet.jsp |
| Methods in javax.servlet.jsp that return ServletContext | |
abstract ServletContext |
PageContext.getServletContext()
The ServletContext instance. |
| Uses of ServletContext in org.mortbay.jetty.handler |
| Classes in org.mortbay.jetty.handler that implement ServletContext | |
class |
ContextHandler.SContext
Context. |
| Methods in org.mortbay.jetty.handler that return ServletContext | |
ServletContext |
ContextHandler.SContext.getContext(String uripath)
|
| Uses of ServletContext in org.mortbay.jetty.servlet |
| Classes in org.mortbay.jetty.servlet that implement ServletContext | |
class |
Context.SContext
|
| Fields in org.mortbay.jetty.servlet declared as ServletContext | |
protected ServletContext |
ErrorPageErrorHandler._servletContext
|
| Methods in org.mortbay.jetty.servlet that return ServletContext | |
ServletContext |
AbstractSessionManager.Session.getServletContext()
|
ServletContext |
ServletHandler.getServletContext()
|
| Uses of ServletContext in org.mortbay.util.ajax |
| Methods in org.mortbay.util.ajax that return ServletContext | |
ServletContext |
AjaxFilter.getContext()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||