Package com.vaadin.client.bootstrap
Class LocationParser
java.lang.Object
com.vaadin.client.bootstrap.LocationParser
Utility methods for parsing the document URL.
- Since:
- 1.0
- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetParameter(String search, String parameter) Gets the value of the given parameter using the given search (query) string.
-
Method Details
-
getParameter
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
-