Package com.google.gwt.place.shared
Interface PlaceHistoryMapperWithFactory<F>
- Type Parameters:
F
- factory type
- All Superinterfaces:
PlaceHistoryMapper
A
PlaceHistoryMapper
that can get its PlaceTokenizer
instances from a factory.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFactory
(F factory) Sets the factory to be used to generatePlaceTokenizer
instances.Methods inherited from interface com.google.gwt.place.shared.PlaceHistoryMapper
getPlace, getToken
-
Method Details
-
setFactory
Sets the factory to be used to generatePlaceTokenizer
instances.- Parameters:
factory
- a factory of type F
-