Package | Description |
---|---|
com.google.gwt.place.shared |
A package for managing bookmarkable locations in an application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlaceHistoryMapperWithFactory<F>
A
PlaceHistoryMapper that can get its PlaceTokenizer
instances from a factory. |
Constructor and Description |
---|
PlaceHistoryHandler(PlaceHistoryMapper mapper)
Create a new PlaceHistoryHandler with a
PlaceHistoryHandler.DefaultHistorian . |
PlaceHistoryHandler(PlaceHistoryMapper mapper,
PlaceHistoryHandler.Historian historian)
Create a new PlaceHistoryHandler.
|