net.customware.gwt.presenter.client.place
Class Place
java.lang.Object
net.customware.gwt.presenter.client.place.Place
public class Place
- extends java.lang.Object
Constructor Summary |
Place(java.lang.Class<?> type)
|
Place(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Place
public Place(java.lang.Class<?> type)
Place
public Place(java.lang.String value)
getId
public java.lang.String getId()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
request
public PlaceRequest request()
- Returns a new request for this place.
- Returns:
- The new
PlaceRequest
.
requestWith
public PlaceRequest requestWith(java.lang.String name,
java.lang.String value)
- A convenience method for calling
request()
.with( name, id ).
- Parameters:
name
- The parameter name.id
- The parameter id.
- Returns:
Copyright © 2009 customware.net. All Rights Reserved.