Uses of Interface
com.google.gwt.place.shared.PlaceHistoryMapper
-
Packages that use PlaceHistoryMapper Package Description com.google.gwt.place.shared A package for managing bookmarkable locations in an application. -
-
Uses of PlaceHistoryMapper in com.google.gwt.place.shared
Subinterfaces of PlaceHistoryMapper in com.google.gwt.place.shared Modifier and Type Interface Description interface
PlaceHistoryMapperWithFactory<F>
APlaceHistoryMapper
that can get itsPlaceTokenizer
instances from a factory.Constructors in com.google.gwt.place.shared with parameters of type PlaceHistoryMapper Constructor Description PlaceHistoryHandler(PlaceHistoryMapper mapper)
Create a new PlaceHistoryHandler with aPlaceHistoryHandler.DefaultHistorian
.PlaceHistoryHandler(PlaceHistoryMapper mapper, PlaceHistoryHandler.Historian historian)
Create a new PlaceHistoryHandler.
-