com.google.gwt.app.place
Class Place

java.lang.Object
  extended by com.google.gwt.app.place.Place

public abstract class Place
extends java.lang.Object

Experimental API: This class is still under rapid development, and is very likely to be deleted. Use it at your own risk.

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


Constructor Summary
Place()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Place

public Place()