Class UrlParamPathPart

  • All Implemented Interfaces:
    UrlPathPart

    public class UrlParamPathPart
    extends java.lang.Object
    implements UrlPathPart
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlParamPathPart​(java.lang.String part)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(UrlPathPart pathPart)  
      java.lang.String part()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlParamPathPart

        public UrlParamPathPart​(java.lang.String part)