Package com.google.gwt.place.shared
package com.google.gwt.place.shared
A package for managing bookmarkable locations in an application.
- Since:
- GWT 2.1
-
ClassDescriptionRepresents a bookmarkable location in an app.Event thrown when the user has reached a new location in the app.Implemented by handlers of PlaceChangeEvent.Event thrown when the user may go to a new place in the app, or tries to leave it.Implemented by handlers of PlaceChangeRequestEvent.In charge of the user's location in the app.Default implementation of
PlaceController.Delegate, based onWindow.Optional delegate in charge of Window-related events.MonitorsPlaceChangeEvents andHistoryevents and keep them in sync.Default implementation ofPlaceHistoryHandler.Historian, based onHistory.Optional delegate in charge of History related events.MapsPlaces to/from tokens, used to configure aPlaceHistoryHandler.APlaceHistoryMapperthat can get itsPlaceTokenizerinstances from a factory.PlaceTokenizer<P extends Place>Implemented by objects responsible for text serialization and deserialization of Place objects.Indicates the prefix to use when the token written byPlaceTokenizer.getToken(Place)is written toHistory.newItem(java.lang.String).IndicatesPlaceTokenizertypes used by an implementation ofPlaceHistoryMappergenerated bycom.google.gwt.place.rebind.PlaceHistoryMapperGenerator.