Package com.vaadin.client.bootstrap
Class LocationParser
- java.lang.Object
-
- com.vaadin.client.bootstrap.LocationParser
-
public class LocationParser extends Object
Utility methods for parsing the document URL.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetParameter(String search, String parameter)Gets the value of the given parameter using the given search (query) string.
-
-
-
Method Detail
-
getParameter
public static String getParameter(String search, String parameter)
Gets the value of the given parameter using the given search (query) string.- Parameters:
search- the search stringparameter- the parameter to retrieve- Returns:
- the value of the parameter or null if the parameter was not included in the search string
-
-