Class TokenHelper

    • Method Detail

      • imageURIFromDescriptor

        public String imageURIFromDescriptor()
      • splashScreenURIFromDescriptor

        public String splashScreenURIFromDescriptor()
      • appCodebasePath

        public String appCodebasePath()
      • systemContextRoot

        public String systemContextRoot()
      • agentJar

        public String agentJar()
      • systemJNLP

        public String systemJNLP()
      • appLibraryExtensions

        public abstract String appLibraryExtensions()
      • anchorSubpath

        protected abstract String anchorSubpath()
        Returns the relative path from the app's context root to its anchor. For example, for a stand-alone client the anchor is the same place as the context root; that is where its facade and client JAR reside. For a nested app client, the anchor is the subdirectory ${clientName}Client.
        Returns:
      • mainJNLP

        public String mainJNLP()
      • clientJNLP

        public String clientJNLP()
      • clientFacadeJNLP

        public String clientFacadeJNLP()
      • clientFacadeJARPath

        public String clientFacadeJARPath()