Package com.google.gwt.place.shared
Interface PlaceHistoryMapperWithFactory<F>
-
- Type Parameters:
F
- factory type
- All Superinterfaces:
PlaceHistoryMapper
public interface PlaceHistoryMapperWithFactory<F> extends PlaceHistoryMapper
APlaceHistoryMapper
that can get itsPlaceTokenizer
instances from a factory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
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 Detail
-
setFactory
void setFactory(F factory)
Sets the factory to be used to generatePlaceTokenizer
instances.- Parameters:
factory
- a factory of type F
-
-