|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletContext | |
|---|---|
| javax.servlet | The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. |
| javax.servlet.http | The javax.servlet.http package contains a number of classes and interfaces that describe and define the contracts between a servlet class running under the HTTP protocol and the runtime environment provided for an instance of such a class by a conforming servlet container. |
| org.eclipse.jetty.security | |
| org.eclipse.jetty.server | |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.server.session | |
| org.eclipse.jetty.servlet | |
| org.eclipse.jetty.webapp | |
| Uses of ServletContext in javax.servlet |
|---|
| Methods in javax.servlet that return ServletContext | |
|---|---|
ServletContext |
ServletContext.getContext(java.lang.String uripath)
Returns a ServletContext object that
corresponds to a specified URL on the server. |
ServletContext |
ServletRequestWrapper.getServletContext()
Gets the servlet context to which the wrapped servlet request was last dispatched. |
ServletContext |
ServletRequestEvent.getServletContext()
Returns the ServletContext of this web application. |
ServletContext |
ServletRequest.getServletContext()
Gets the servlet context to which this ServletRequest was last dispatched. |
ServletContext |
ServletContextEvent.getServletContext()
Return the ServletContext that changed. |
ServletContext |
ServletConfig.getServletContext()
Returns a reference to the ServletContext in which the caller
is executing. |
ServletContext |
GenericServlet.getServletContext()
Returns a reference to the ServletContext in which this servlet
is running. |
ServletContext |
FilterConfig.getServletContext()
Returns a reference to the ServletContext in which the caller
is executing. |
| Methods in javax.servlet with parameters of type ServletContext | |
|---|---|
void |
AsyncContext.dispatch(ServletContext context,
java.lang.String path)
Dispatches the request and response objects of this AsyncContext to the given path scoped to the given context. |
void |
ServletContainerInitializer.onStartup(java.util.Set<java.lang.Class<?>> c,
ServletContext ctx)
Notifies this ServletContainerInitializer of the startup of the application represented by the given ServletContext. |
| Constructors in javax.servlet with parameters of type ServletContext | |
|---|---|
ServletContextAttributeEvent(ServletContext source,
java.lang.String name,
java.lang.Object value)
Constructs a ServletContextAttributeEvent from the given ServletContext, attribute name, and attribute value. |
|
ServletContextEvent(ServletContext source)
Construct a ServletContextEvent from the given context. |
|
ServletRequestAttributeEvent(ServletContext sc,
ServletRequest request,
java.lang.String name,
java.lang.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. |
|
ServletRequestEvent(ServletContext sc,
ServletRequest request)
Construct a ServletRequestEvent for the given ServletContext and ServletRequest. |
|
| Uses of ServletContext in javax.servlet.http |
|---|
| Methods in javax.servlet.http that return ServletContext | |
|---|---|
ServletContext |
HttpSession.getServletContext()
Returns the ServletContext to which this session belongs. |
| Uses of ServletContext in org.eclipse.jetty.security |
|---|
| Methods in org.eclipse.jetty.security with parameters of type ServletContext | |
|---|---|
Authenticator |
DefaultAuthenticatorFactory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService)
|
Authenticator |
Authenticator.Factory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService)
|
| Uses of ServletContext in org.eclipse.jetty.server |
|---|
| Methods in org.eclipse.jetty.server that return ServletContext | |
|---|---|
ServletContext |
AsyncContinuation.AsyncEventState.getDispatchContext()
|
ServletContext |
Request.getServletContext()
|
ServletContext |
AsyncContinuation.AsyncEventState.getServletContext()
|
ServletContext |
AsyncContinuation.AsyncEventState.getSuspendedContext()
|
| Methods in org.eclipse.jetty.server with parameters of type ServletContext | |
|---|---|
void |
AsyncContinuation.dispatch(ServletContext context,
java.lang.String path)
|
protected void |
AsyncContinuation.suspend(ServletContext context,
ServletRequest request,
ServletResponse response)
|
| Constructors in org.eclipse.jetty.server with parameters of type ServletContext | |
|---|---|
AsyncContinuation.AsyncEventState(ServletContext context,
ServletRequest request,
ServletResponse response)
|
|
| Uses of ServletContext in org.eclipse.jetty.server.handler |
|---|
| Classes in org.eclipse.jetty.server.handler that implement ServletContext | |
|---|---|
class |
ContextHandler.Context
Context. |
| Methods in org.eclipse.jetty.server.handler that return ServletContext | |
|---|---|
ServletContext |
ContextHandler.Context.getContext(java.lang.String uripath)
|
| Uses of ServletContext in org.eclipse.jetty.server.session |
|---|
| Methods in org.eclipse.jetty.server.session that return ServletContext | |
|---|---|
ServletContext |
AbstractSessionManager.Session.getServletContext()
|
| Uses of ServletContext in org.eclipse.jetty.servlet |
|---|
| Classes in org.eclipse.jetty.servlet that implement ServletContext | |
|---|---|
class |
ServletContextHandler.Context
|
| Fields in org.eclipse.jetty.servlet declared as ServletContext | |
|---|---|
protected ServletContext |
ErrorPageErrorHandler._servletContext
|
| Methods in org.eclipse.jetty.servlet that return ServletContext | |
|---|---|
ServletContext |
ServletHandler.getServletContext()
|
ServletContext |
Holder.HolderConfig.getServletContext()
|
| Uses of ServletContext in org.eclipse.jetty.webapp |
|---|
| Classes in org.eclipse.jetty.webapp that implement ServletContext | |
|---|---|
class |
WebAppContext.Context
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||