Package spark.servlet
Interface SparkApplication
-
public interface SparkApplication
The application entry point when Spark is run in a servlet context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
destroy()
Invoked from the SparkFilter.void
init()
Invoked from the SparkFilter.
-