Package com.google.gwt.place.shared
Interface PlaceHistoryMapper
-
- All Known Subinterfaces:
PlaceHistoryMapperWithFactory<F>
public interface PlaceHistoryMapperMapsPlaces to/from tokens, used to configure aPlaceHistoryHandler.You can annotate subinterfaces of PlaceHistoryMapper with
WithTokenizersto have their implementation automatically generated via a call toGWT.create(Class).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlacegetPlace(java.lang.String token)Returns thePlaceassociated with the given token.java.lang.StringgetToken(Place place)Returns the String token associated with the givenPlace.
-