Uses of Class
org.htmlunit.javascript.host.Location
-
Packages that use Location Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package.org.htmlunit.javascript.host.dom Implementations of the DOM JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Location in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host declared as Location Modifier and Type Field Description private Location
Window. location_
Methods in org.htmlunit.javascript.host that return Location Modifier and Type Method Description Location
Window. getLocation()
Returns thelocation
property. -
Uses of Location in org.htmlunit.javascript.host.dom
Methods in org.htmlunit.javascript.host.dom that return Location Modifier and Type Method Description Location
Document. getLocation()
Returns the value of thelocation
property.
-