Package ratpack.core.path
Interface PathTokens
-
- All Superinterfaces:
Map<String,String>
,TypeCoercingMap<String>
public interface PathTokens extends TypeCoercingMap<String>
A marker interface for the contextual object that represents the tokens extracted from the request path.- See Also:
Chain.path(String, Handler)
-
-
Method Summary
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-