Package spark.http.matching
Class AfterFilters
- java.lang.Object
-
- spark.http.matching.AfterFilters
-
final class AfterFilters extends java.lang.Object
Executes the after filters matching an HTTP request.
-
-
Constructor Summary
Constructors Constructor Description AfterFilters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
execute(RouteContext context)
-
-
-
Method Detail
-
execute
static void execute(RouteContext context) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-