Class Place

java.lang.Object
com.google.gwt.place.shared.Place

public abstract class Place extends Object
Represents a bookmarkable location in an app. Implementations are expected to provide correct Object.equals(Object) and Object.hashCode() methods.
  • Field Details

    • NOWHERE

      public static final Place NOWHERE
      The null place.
  • Constructor Details

    • Place

      public Place()