public class WebAppController
extends java.lang.Object
implements spark.Route
| Constructor and Description |
|---|
WebAppController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
handle(spark.Request request,
spark.Response response) |
void |
startWebApp()
Starts the web application
|