Frames | No Frames |
Methods with return type javax.servlet.ServletContext | |
ServletContext | Returns the ServletContext to which this session belongs. |
Constructors with parameter type javax.servlet.ServletContext | |
ServletContextAttributeEvent.ServletContextAttributeEvent(ServletContext source, String name, Object value) Construct a ServletContextAttributeEvent from the given context for the
given attribute name and attribute value. | |
Construct a ServletContextEvent from the given context. | |
ServletRequestAttributeEvent.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. | |
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. |