Class UrlTemplate


  • public class UrlTemplate
    extends java.lang.Object
    An incredibly bad implementation of URL Templates, but enough for our needs.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  UrlTemplate.Match  
    • Constructor Summary

      Constructors 
      Constructor Description
      UrlTemplate​(java.lang.String template)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UrlTemplate.Match match​(java.lang.String matchAgainst)  
      • Methods inherited from class java.lang.Object

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

      • UrlTemplate

        public UrlTemplate​(java.lang.String template)