Package org.ametys.web.resources
Class WebResourceDependenciesHelper
- java.lang.Object
-
- org.ametys.web.resources.WebResourceDependenciesHelper
-
public final class WebResourceDependenciesHelper extends Object
Helper for web resource dependencies list components
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
removeWebPrefix(String uri)
Remove the web prefix from the uri, if present
-
-
-
Method Detail
-
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
-
-