Uses of Class
org.pepstock.charba.client.dom.BaseLocation
-
Packages that use BaseLocation Package Description org.pepstock.charba.client.dom Contains all classes needed to work with DOM tree, base classes of a DOM tree. -
-
Uses of BaseLocation in org.pepstock.charba.client.dom
Methods in org.pepstock.charba.client.dom that return BaseLocation Modifier and Type Method Description static BaseLocation
DOM. getLocation()
Returns aBaseLocation
object, which contains information about the URL of the document and provides methods for changing that URL and loading another URL.
-