Package spark.route
Class RouteEntry
java.lang.Object
spark.route.RouteEntry
Class that holds information about routes
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String(package private) HttpMethod(package private) String(package private) Object -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
httpMethod
HttpMethod httpMethod -
path
String path -
acceptedType
String acceptedType -
target
Object target
-
-
Constructor Details
-
RouteEntry
RouteEntry() -
RouteEntry
RouteEntry(RouteEntry entry)
-
-
Method Details