Package com.google.gwt.place.shared
Interface PlaceHistoryMapper
- All Known Subinterfaces:
PlaceHistoryMapperWithFactory<F>
public interface PlaceHistoryMapper
Maps
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)
.
-
Method Summary