| Package | Description |
|---|---|
| org.visallo.webster | |
| org.visallo.webster.handlers |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ParameterizedHandler |
|
interface |
RequestResponseHandler |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RequestResponseHandlerParameterizedHandlerWrapper |
| Modifier and Type | Method | Description |
|---|---|---|
protected Handler[] |
App.instantiateHandlers(Class<? extends Handler>[] handlerClasses) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
App.connect(String path,
Handler... handlers) |
|
void |
App.delete(String path,
Handler... handlers) |
|
void |
App.get(String path,
Handler... handlers) |
|
void |
App.head(String path,
Handler... handlers) |
|
void |
App.onException(Class<? extends Exception> exceptionClass,
Handler... handlers) |
|
void |
App.options(String path,
Handler... handlers) |
|
void |
App.post(String path,
Handler... handlers) |
|
void |
App.put(String path,
Handler... handlers) |
|
void |
App.trace(String path,
Handler... handlers) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AppendableStaticResourceHandler |
|
class |
CSRFHandler |
|
class |
RouteRunner |
|
class |
SessionProhibitionHandler |
|
class |
StaticFileHandler |
|
class |
StaticResourceHandler |
Copyright © 2014–2018. All rights reserved.