GWT 2.7.0

Uses of Interface
com.google.gwt.place.shared.PlaceHistoryMapper

Packages that use PlaceHistoryMapper
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
 interface PlaceHistoryMapperWithFactory<F>
          A PlaceHistoryMapper that can get its PlaceTokenizer instances from a factory.
 

Constructors in com.google.gwt.place.shared with parameters of type PlaceHistoryMapper
PlaceHistoryHandler(PlaceHistoryMapper mapper)
          Create a new PlaceHistoryHandler with a PlaceHistoryHandler.DefaultHistorian.
PlaceHistoryHandler(PlaceHistoryMapper mapper, PlaceHistoryHandler.Historian historian)
          Create a new PlaceHistoryHandler.
 


GWT 2.7.0