public interface

PlaceTokenizer

com.google.gwt.place.shared.PlaceTokenizer<P extends com.google.gwt.place.shared.Place>

Class Overview

Implemented by objects responsible for text serialization and deserialization of Place objects.

Summary

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

Public Methods

public abstract P getPlace (String token)

Returns the Place associated with the given token.

Parameters
token a String token
Returns

public abstract String getToken (P place)

Returns the token associated with the given Place.

Parameters
place a Place of type P
Returns
  • a String token