Class PathBuilderBase

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String route  
    • Constructor Summary

      Constructors 
      Constructor Description
      PathBuilderBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String buildURLPath​(java.lang.String domain)  
      • Methods inherited from class java.lang.Object

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

      • route

        protected java.lang.String route
    • Constructor Detail

      • PathBuilderBase

        public PathBuilderBase()
    • Method Detail

      • buildURLPath

        public java.lang.String buildURLPath​(java.lang.String domain)
        Specified by:
        buildURLPath in class URLPathBuilder