Package com.google.gwt.place.shared
Interface PlaceTokenizer<P extends Place>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P
getPlace(java.lang.String token)
Returns thePlace
associated with the given token.java.lang.String
getToken(P place)
Returns the token associated with the givenPlace
.
-