net.customware.gwt.presenter.client.place
Class Place

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 int hashCode()
           
 PlaceRequest request()
          Returns a new request for this place.
 PlaceRequest requestWith(java.lang.String name, java.lang.String value)
          A convenience method for calling request().with( name, id ).
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Place

public Place(java.lang.Class<?> type)

Place

public Place(java.lang.String value)
Method Detail

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.