Uses of Class
ninja.RouteParameter
-
Packages that use RouteParameter Package Description ninja -
-
Uses of RouteParameter in ninja
Methods in ninja that return types with arguments of type RouteParameter Modifier and Type Method Description Map<String,RouteParameter>Route. getParameters()static Map<String,RouteParameter>RouteParameter. parse(String path)Parse a path such as "/user/{id: [0-9]+}/email/{addr}" for the named parameters.
-