Modifier and Type | Method and Description |
---|---|
HTTPContext |
HTTPContext.add(Servlet servlet) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
Servlet.setParent(HTTPContext context)
Set the
HTTPContext for this servlet. |
Modifier and Type | Method and Description |
---|---|
private HTTPContext |
URLResourceProvider.locateNamedHttpContext(ProtocolMetaData metaData,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
private java.net.URL |
URLResourceProvider.toURL(HTTPContext context) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<HTTPContext> |
ServletURIHandler.contexts |
Modifier and Type | Method and Description |
---|---|
protected HTTPContext |
ServletURIHandler.locateHTTPContext(java.lang.reflect.Method method) |
Modifier and Type | Method and Description |
---|---|
static java.net.URI |
ServletUtil.determineBaseURI(ServletProtocolConfiguration config,
HTTPContext context,
java.lang.String servletName) |
Constructor and Description |
---|
ServletMethodExecutor(ServletProtocolConfiguration config,
java.util.Collection<HTTPContext> contexts,
CommandCallback callback) |
ServletURIHandler(ServletProtocolConfiguration config,
java.util.Collection<HTTPContext> contexts) |