Package com.google.gwt.place.shared
Class Place
- java.lang.Object
-
- com.google.gwt.place.shared.Place
-
public abstract class Place extends java.lang.Object
Represents a bookmarkable location in an app. Implementations are expected to provide correctObject.equals(Object)
andObject.hashCode()
methods.
-
-
Constructor Summary
Constructors Constructor Description Place()
-
-
-
Field Detail
-
NOWHERE
public static final Place NOWHERE
The null place.
-
-