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