Class DependencyUtils

java.lang.Object
com.vdoc.sdk.commons.utils.DependencyUtils

public class DependencyUtils extends Object
Dependency utility class
  • Constructor Details

    • DependencyUtils

      public DependencyUtils()
  • Method Details

    • addScriptDependency

      public static void addScriptDependency(com.axemble.vdp.ui.framework.composites.base.CtlAbstractNavigation navigation, String script)
      Add a script dependency, adding ?version=XXX to the url. Where XXX is the value configured in property com.product.version
      Parameters:
      navigation - the navigation element
      script - the script
    • addCssDependency

      public static void addCssDependency(com.axemble.vdp.ui.framework.composites.base.CtlAbstractNavigation navigation, String css)
      Add a css dependency, adding ?version=XXX to the url. Where XXX is the value configured in property com.product.version
      Parameters:
      navigation - the navigation element
      css - the css
    • getConfiguration

      protected static IConfiguration getConfiguration()