public abstract class

Place

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

Class Overview

Represents a bookmarkable location in an app. Implementations are expected to provide correct equals(Object) and hashCode() methods.

Summary

Fields
public static final Place NOWHERE The null place.
Public Constructors
Place()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Place NOWHERE

The null place.

Public Constructors

public Place ()