Uses of Interface
javax.servlet.ServletContext

Packages that use ServletContext
com.arsdigita.acs   
com.arsdigita.acs.db   
com.arsdigita.acs.fs   
com.arsdigita.acs.ug   
javax.servlet   
javax.servlet.jsp   
 

Uses of ServletContext in com.arsdigita.acs
 

Methods in com.arsdigita.acs with parameters of type ServletContext
 int Filter.filter(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx)
          The request filter interface.
 int Clickthrough.filter(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx)
          Handles a URL of the form /ct/local/URL?send_to=foreignURL.
 int AdminFilter.filter(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx)
           
 

Uses of ServletContext in com.arsdigita.acs.db
 

Constructors in com.arsdigita.acs.db with parameters of type ServletContext
Database(ServletContext sc)
          Returns a database handle for an open database connection from the connection pool.
 

Uses of ServletContext in com.arsdigita.acs.fs
 

Methods in com.arsdigita.acs.fs with parameters of type ServletContext
 int Download.filter(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx)
           
 

Uses of ServletContext in com.arsdigita.acs.ug
 

Methods in com.arsdigita.acs.ug with parameters of type ServletContext
 int UserGroupFilter.filter(HttpServletRequest req, HttpServletResponse resp, ServletContext ctx)
          Processes an incoming URL under /groups or /(group-type) and sets appropriate request attributes for the requested URL.
 

Uses of ServletContext in javax.servlet
 

Methods in javax.servlet that return ServletContext
 ServletContext GenericServlet.getServletContext()
          Returns a reference to the ServletContext in which this servlet is running.
 ServletContext ServletContext.getContext(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 servlet is executing.
 

Uses of ServletContext in javax.servlet.jsp
 

Methods in javax.servlet.jsp that return ServletContext
abstract  ServletContext PageContext.getServletContext()