Package spark.servlet
Interface SparkApplication
-
public interface SparkApplicationThe 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 voiddestroy()Invoked from the SparkFilter.voidinit()Invoked from the SparkFilter.
-