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 Details

    • 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 string
      parameter - the parameter to retrieve
      Returns:
      the value of the parameter or null if the parameter was not included in the search string