| Package | Description |
|---|---|
| org.dbrain.binder.http | |
| org.dbrain.binder.http.conf | |
| org.dbrain.binder.system.jetty |
| Modifier and Type | Field and Description |
|---|---|
protected List<ServletConf> |
ServletContextBuilder.servlets |
| Modifier and Type | Method and Description |
|---|---|
ServletContextBuilder |
ServletContextBuilder.serve(ServletConf servletDef) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServletConf.InstanceServletDef |
| Modifier and Type | Method and Description |
|---|---|
static ServletConf |
ServletConf.of(String pathSpec,
javax.servlet.Servlet instance) |
| Modifier and Type | Method and Description |
|---|---|
List<ServletConf> |
ServletContextConf.getServlets() |
| Constructor and Description |
|---|
ServletContextConf(String contextPath,
List<ServletConf> servlets,
List<ServletFilterConf> filters,
List<WebSocketServerConf> webSockets,
ServletAppSecurityConf security) |
| Modifier and Type | Method and Description |
|---|---|
void |
JettyServerBuilder.configureServlet(org.eclipse.jetty.servlet.ServletContextHandler result,
ServletConf def) |
Copyright © 2015. All rights reserved.