Uses of Interface javax.servlet.ServletContext

Uses in package javax.servlet.http

Methods with return type javax.servlet.ServletContext

ServletContext
Returns the ServletContext to which this session belongs.

Uses in package javax.servlet

Constructors with parameter type javax.servlet.ServletContext

Construct a ServletContextAttributeEvent from the given context for the given attribute name and attribute value.
Construct a ServletContextEvent from the given context.
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.
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.

Methods with return type javax.servlet.ServletContext

ServletContext
ServletContext.getContext(String uripath)
Returns a ServletContext object that corresponds to a specified URL on the server.
ServletContext
Returns a reference to the ServletContext in which the caller is executing.
ServletContext
Returns a reference to the ServletContext in which this servlet is running.
ServletContext
Returns a reference to the ServletContext in which the caller is executing.
ServletContext
Return the ServletContext that changed.
ServletContext
Returns the ServletContext of this web application.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.