Class BasePathManager


  • public class BasePathManager
    extends java.lang.Object
    A stateful manager to support base path construction, proxying and cache busting.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBasePath()
      Prepares a next usable base url.
      • Methods inherited from class java.lang.Object

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

      • BasePathManager

        public BasePathManager​(PNConfiguration initialConfig)
        Initialize the path management.
        Parameters:
        initialConfig - configuration object
    • Method Detail

      • getBasePath

        public java.lang.String getBasePath()
        Prepares a next usable base url.
        Returns:
        usable base url.