Package ratpack.path

Interface PathTokens

  • All Superinterfaces:
    java.util.Map<java.lang.String,​java.lang.String>, ratpack.util.TypeCoercingMap<java.lang.String>

    public interface PathTokens
    extends ratpack.util.TypeCoercingMap<java.lang.String>
    A marker interface for the contextual object that represents the tokens extracted from the request path.
    See Also:
    Chain.path(String, ratpack.handling.Handler)
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • 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
      • Methods inherited from interface ratpack.util.TypeCoercingMap

        asBool, asByte, asInt, asLong, asShort