public interface PlaceHistoryMapper
Place
s to/from tokens, used to configure a
PlaceHistoryHandler
.
You can annotate subinterfaces of PlaceHistoryMapper with
WithTokenizers
to have their implementation automatically generated
via a call to GWT.create(Class)
.
Modifier and Type | Method and Description |
---|---|
Place |
getPlace(java.lang.String token)
Returns the
Place associated with the given token. |
java.lang.String |
getToken(Place place)
Returns the String token associated with the given
Place . |