Package org.ametys.web.resources
Class WebResourceDependenciesHelper
java.lang.Object
org.ametys.web.resources.WebResourceDependenciesHelper
Helper for web resource dependencies list components
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
removeWebPrefix
(String uri) Remove the web prefix from the uri, if present
-
Method Details
-
removeWebPrefix
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
-