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.Context
AsyncContextEvent. getContext()
ContextHandler.Context
MultiParts. getContext()
ContextHandler.Context
MultiParts.MultiPartsHttpParser. getContext()
ContextHandler.Context
MultiParts.MultiPartsUtilParser. getContext()
ContextHandler.Context
Request. getContext()
ContextHandler.Context
Request. getErrorContext()
Methods in org.eclipse.jetty.server with parameters of type ContextHandler.Context Modifier and Type Method Description void
Request. 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.Context
ContextHandler. _scontext
Methods in org.eclipse.jetty.server.handler that return ContextHandler.Context Modifier and Type Method Description static ContextHandler.Context
ContextHandler. getCurrentContext()
Get the current ServletContext implementation.ContextHandler.Context
ContextHandler. getServletContext()
Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandler.Context Modifier and Type Method Description void
ContextHandler.ContextScopeListener. enterScope(ContextHandler.Context context, Request request, java.lang.Object reason)
void
ContextHandler.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.Context
SessionHandler. _context
Methods in org.eclipse.jetty.server.session that return ContextHandler.Context Modifier and Type Method Description ContextHandler.Context
SessionContext. 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 class
ServletContextHandler.Context
-
Uses of ContextHandler.Context in org.eclipse.jetty.webapp
Subclasses of ContextHandler.Context in org.eclipse.jetty.webapp Modifier and Type Class Description class
WebAppContext.Context
-