Uses of Class
org.eclipse.jetty.server.handler.ContextHandler.Context
-
Packages that use ContextHandler.Context Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ContextHandler.Context in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextHandler.Context Modifier and Type Method Description ContextHandler.ContextAsyncContextEvent. getContext()ContextHandler.ContextMultiParts. getContext()ContextHandler.ContextMultiParts.MultiPartsHttpParser. getContext()ContextHandler.ContextMultiParts.MultiPartsUtilParser. getContext()ContextHandler.ContextRequest. getContext()ContextHandler.ContextRequest. getErrorContext()Methods in org.eclipse.jetty.server with parameters of type ContextHandler.Context Modifier and Type Method Description voidRequest. setContext(ContextHandler.Context context)Set request contextConstructors in org.eclipse.jetty.server with parameters of type ContextHandler.Context Constructor Description AsyncContextEvent(ContextHandler.Context context, AsyncContextState asyncContext, HttpChannelState state, Request baseRequest, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response) -
Uses of ContextHandler.Context in org.eclipse.jetty.server.handler
Fields in org.eclipse.jetty.server.handler declared as ContextHandler.Context Modifier and Type Field Description protected ContextHandler.ContextContextHandler. _scontextMethods in org.eclipse.jetty.server.handler that return ContextHandler.Context Modifier and Type Method Description static ContextHandler.ContextContextHandler. getCurrentContext()Get the current ServletContext implementation.ContextHandler.ContextContextHandler. getServletContext()Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandler.Context Modifier and Type Method Description voidContextHandler.ContextScopeListener. enterScope(ContextHandler.Context context, Request request, java.lang.Object reason)voidContextHandler.ContextScopeListener. exitScope(ContextHandler.Context context, Request request)Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandler.Context Constructor Description ContextHandler(ContextHandler.Context context) -
Uses of ContextHandler.Context in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as ContextHandler.Context Modifier and Type Field Description protected ContextHandler.ContextSessionHandler. _contextMethods in org.eclipse.jetty.server.session that return ContextHandler.Context Modifier and Type Method Description ContextHandler.ContextSessionContext. getContext()Constructors in org.eclipse.jetty.server.session with parameters of type ContextHandler.Context Constructor Description SessionContext(java.lang.String workerName, ContextHandler.Context context) -
Uses of ContextHandler.Context in org.eclipse.jetty.servlet
Subclasses of ContextHandler.Context in org.eclipse.jetty.servlet Modifier and Type Class Description classServletContextHandler.Context -
Uses of ContextHandler.Context in org.eclipse.jetty.webapp
Subclasses of ContextHandler.Context in org.eclipse.jetty.webapp Modifier and Type Class Description classWebAppContext.Context
-