Frames | No Frames |
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. |
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. |
Methods with return type javax.servlet.ServletContext | |
ServletContext | The ServletContext instance. |
Methods with return type javax.servlet.ServletContext | |
ServletContext | Returns the ServletContext to which this session belongs. |