Uses of Interface
javax.servlet.ServletContext

Packages that use ServletContext
javax.servlet   
javax.servlet.http   
 

Uses of ServletContext in javax.servlet
 

Methods in javax.servlet that return ServletContext
 ServletContext ServletContext.getContext(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.
 ServletContext ServletRequestEvent.getServletContext()
          Return the ServletContext that changed.
 

Constructors in javax.servlet with parameters of type ServletContext
ServletContextAttributeEvent(ServletContext source, String name, 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.
ServletRequestAttributeEvent(ServletContext sc, ServletRequest request, String name, Object value)
          Construct a ServletRequestAttributeEvent from the given context for the given attribute name and attribute value.
ServletRequestEvent(ServletContext sc, ServletRequest request)
          Construct a ServletRequestEvent from the given context.
 

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.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.