Class Location
java.lang.Object
org.fife.rsta.ac.js.ecma.api.client.Location
- All Implemented Interfaces:
LocationFunctions,JSObjectFunctions,JS5ObjectFunctions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JSFunctionproperty constructorProperty hashProperty hostProperty hostnameProperty hrefproperty locationProperty pathnameProperty portProperty protocolproperty prototypeProperty search -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfMethods inherited from interface org.fife.rsta.ac.js.ecma.api.client.funtions.LocationFunctions
assign, reload, replace
-
Field Details
-
constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-
prototype
property prototype- See Also:
-
location
property location- See Also:
-
hash
Property hash -
host
Property host -
hostname
Property hostname -
href
Property href -
pathname
Property pathname -
port
Property port -
protocol
Property protocol -
search
Property search
-
-
Constructor Details
-
Location
public Location()Object Location()- Since:
- Common Usage, no standard
-