Package | Description |
---|---|
spark |
Modifier and Type | Class and Description |
---|---|
class |
ResponseTransformerRouteImpl
A ResponseTransformerRouteImpl is built up by a path (for url-matching) and the
implementation of the 'render' method.
|
class |
TemplateViewRouteImpl
A TemplateViewRoute is built up by a path (for url-matching) and the implementation of the 'render' method.
|
Modifier and Type | Method and Description |
---|---|
protected static RouteImpl |
SparkBase.wrap(String path,
Route route)
Wraps the route in RouteImpl
|
protected static RouteImpl |
SparkBase.wrap(String path,
String acceptType,
Route route)
Wraps the route in RouteImpl
|
Modifier and Type | Method and Description |
---|---|
protected static void |
SparkBase.addRoute(String httpMethod,
RouteImpl route) |
Copyright © 2015. All rights reserved.