Class WebResourceDependenciesHelper

java.lang.Object
org.ametys.web.resources.WebResourceDependenciesHelper

public final class WebResourceDependenciesHelper extends Object
Helper for web resource dependencies list components
  • Method Details

    • removeWebPrefix

      public static String removeWebPrefix(String uri)
      Remove the web prefix from the uri, if present
      Parameters:
      uri - The uri
      Returns:
      The URI without the prefix, or the original URI if no prefix were found