|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextHandler.SContext | |
org.mortbay.jetty | |
org.mortbay.jetty.handler | |
org.mortbay.jetty.servlet |
Uses of ContextHandler.SContext in org.mortbay.jetty |
Methods in org.mortbay.jetty that return ContextHandler.SContext | |
ContextHandler.SContext |
Request.getContext()
|
Methods in org.mortbay.jetty with parameters of type ContextHandler.SContext | |
void |
Request.setContext(ContextHandler.SContext context)
|
Uses of ContextHandler.SContext in org.mortbay.jetty.handler |
Fields in org.mortbay.jetty.handler declared as ContextHandler.SContext | |
protected ContextHandler.SContext |
ContextHandler._scontext
|
Methods in org.mortbay.jetty.handler that return ContextHandler.SContext | |
static ContextHandler.SContext |
ContextHandler.getCurrentContext()
Get the current ServletContext implementation. |
ContextHandler.SContext |
ContextHandler.getServletContext()
|
Constructors in org.mortbay.jetty.handler with parameters of type ContextHandler.SContext | |
ContextHandler(ContextHandler.SContext context)
|
Uses of ContextHandler.SContext in org.mortbay.jetty.servlet |
Subclasses of ContextHandler.SContext in org.mortbay.jetty.servlet | |
class |
Context.SContext
|
Fields in org.mortbay.jetty.servlet declared as ContextHandler.SContext | |
protected ContextHandler.SContext |
AbstractSessionManager._context
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |