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(String token)
Returns the
Place associated with the given token. |
String |
getToken(Place place)
Returns the String token associated with the given
Place . |
Copyright © 2016. All rights reserved.