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 Object implements LocationFunctions
  • Field Details

    • constructor

      protected JSFunction constructor
      property constructor
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • prototype

      public Location prototype
      property prototype
      See Also:
    • location

      public Location location
      property location
      See Also:
    • 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
  • Constructor Details

    • Location

      public Location()
      Object Location()
      Since:
      Common Usage, no standard