GWT 2.1.1

com.google.gwt.place.shared
Interface PlaceHistoryMapperWithFactory<F>

Type Parameters:
F - factory type
All Superinterfaces:
PlaceHistoryMapper

public interface PlaceHistoryMapperWithFactory<F>
extends PlaceHistoryMapper

A PlaceHistoryMapper that can get its PlaceTokenizer instances from a factory.


Method Summary
 void setFactory(F factory)
           
 
Methods inherited from interface com.google.gwt.place.shared.PlaceHistoryMapper
getPlace, getToken
 

Method Detail

setFactory

void setFactory(F factory)

GWT 2.1.1