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.

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.

Uses in package javax.servlet.jsp

Methods with return type javax.servlet.ServletContext

ServletContext
The ServletContext instance.

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