Class Location
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.client.Location
-
- All Implemented Interfaces:
LocationFunctions,JSObjectFunctions,JS5ObjectFunctions
public abstract class Location extends java.lang.Object implements LocationFunctions
-
-
Field Summary
Fields Modifier and Type Field Description protected JSFunctionconstructorproperty constructorJSStringhashProperty hashJSStringhostProperty hostJSStringhostnameProperty hostnameJSStringhrefProperty hrefLocationlocationproperty locationJSStringpathnameProperty pathnameJSStringportProperty portJSStringprotocolProperty protocolLocationprototypeproperty prototypeJSStringsearchProperty search
-
Constructor Summary
Constructors Constructor Description Location()Object Location()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.client.funtions.LocationFunctions
assign, reload, replace
-
-
-
-
Field Detail
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Function
-
hash
public JSString hash
Property hash
-
host
public JSString host
Property host
-
hostname
public JSString hostname
Property hostname
-
href
public JSString href
Property href
-
pathname
public JSString pathname
Property pathname
-
port
public JSString port
Property port
-
protocol
public JSString protocol
Property protocol
-
search
public JSString search
Property search
-
-