Package org.xwiki.velocity.tools
Class URLTool
- java.lang.Object
-
- org.xwiki.velocity.tools.URLTool
-
public class URLTool extends Object
Velocity tool to parse URL parts.- Since:
- 6.3M1
- Version:
- $Id: 710b083ae0a3b685c404ed8adb47803f59671231 $
-
-
Constructor Summary
Constructors Constructor Description URLTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>
parseQuery(String query)
Parse a query string into a map of key-value pairs.URL
toURL(String urlString)
Convert a string to an URL object, if it's possible.
-