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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfMethods inherited from interface 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
-
location
-
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
-