-
- Enclosing interface:
- SpiRoutes
public static interface SpiRoutes.EntryA route entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetSegmentCount()Return the segment count.voidhandle(Context ctx)Handle the request.booleanmatches(String requestUri)Return true if it matches the request URI.StringmatchPath()Return the raw path expression.Map<String,String>pathParams(String uri)Return the path parameter map given the uri.
-