-
- All Implemented Interfaces:
public class Route.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Route.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Routeparse(String verb, String url)Parse Kuzzle url with the format /:index/:collection Split each section of the url and tag them either as STATIC or TEMPLATE Static parts are static as the name suggest, they can be combined without further processing Template parts however need to be replaced with the appropriate value Each sections starting with : is considered to be a template part -
-
Method Detail
-
parse
final Route parse(String verb, String url)
Parse Kuzzle url with the format /:index/:collection Split each section of the url and tag them either as STATIC or TEMPLATE Static parts are static as the name suggest, they can be combined without further processing Template parts however need to be replaced with the appropriate value Each sections starting with : is considered to be a template part
-
-
-
-