public interface

PlaceHistoryMapper

com.google.gwt.place.shared.PlaceHistoryMapper
Known Indirect Subclasses

Class Overview

Maps Places to/from tokens, used to configure a PlaceHistoryHandler.

Summary

Public Methods
abstract Place getPlace(String token)
Returns the Place associated with the given token.
abstract String getToken(Place place)
Returns the String token associated with the given Place.

Public Methods

public abstract Place getPlace (String token)

Returns the Place associated with the given token.

Parameters
token a String token
Returns

public abstract String getToken (Place place)

Returns the String token associated with the given Place.

Parameters
place a Place instance
Returns
  • a String token