Class ContextPathUtils


  • public class ContextPathUtils
    extends java.lang.Object
    The type Context path utils.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String buildContextPath​(java.lang.String contextPath, java.lang.String appName)
      Build context path string.
      static java.lang.String buildRealNode​(java.lang.String contextPath, java.lang.String appName)
      Build real node string.
      • Methods inherited from class java.lang.Object

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

      • ContextPathUtils

        public ContextPathUtils()
    • Method Detail

      • buildContextPath

        public static java.lang.String buildContextPath​(java.lang.String contextPath,
                                                        java.lang.String appName)
        Build context path string.
        Parameters:
        contextPath - the context path
        appName - the app name
        Returns:
        the string
      • buildRealNode

        public static java.lang.String buildRealNode​(java.lang.String contextPath,
                                                     java.lang.String appName)
        Build real node string.
        Parameters:
        contextPath - the context path
        appName - the app name
        Returns:
        the string