public interface

PlaceHistoryMapperWithFactory

implements PlaceHistoryMapper
com.google.gwt.place.shared.PlaceHistoryMapperWithFactory<F>
Known Indirect Subclasses

Class Overview

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

Summary

Public Methods
abstract void setFactory(F factory)
Sets the factory to be used to generate PlaceTokenizer instances.
[Expand]
Inherited Methods
From interface com.google.gwt.place.shared.PlaceHistoryMapper

Public Methods

public abstract void setFactory (F factory)

Sets the factory to be used to generate PlaceTokenizer instances.

Parameters
factory a factory of type F