| Package | Description |
|---|---|
| org.dbrain.binder.http | |
| org.dbrain.binder.http.conf | |
| org.dbrain.binder.system.jetty |
| Modifier and Type | Field and Description |
|---|---|
protected List<ServletFilterConf> |
ServletContextBuilder.filters |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServletFilterConf.ServletFilterClassDef |
static class |
ServletFilterConf.ServletFilterInstanceDef |
| Modifier and Type | Method and Description |
|---|---|
static ServletFilterConf |
ServletFilterConf.of(String pathSpec,
Class<? extends javax.servlet.Filter> filterClass) |
static ServletFilterConf |
ServletFilterConf.of(String pathSpec,
javax.servlet.Filter instance) |
| Modifier and Type | Method and Description |
|---|---|
List<ServletFilterConf> |
ServletContextConf.getFilters() |
| 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.configureFilter(org.eclipse.jetty.servlet.ServletContextHandler result,
ServletFilterConf def) |
Copyright © 2015. All rights reserved.