JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.google.gwt.place.shared
Interface PlaceTokenizer<P extends
Place
>
Type Parameters:
P
- a subtype of
Place
public interface
PlaceTokenizer<P extends
Place
>
Implemented by objects responsible for text serialization and deserialization of Place objects.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
P
getPlace
(
String
token)
Returns the
Place
associated with the given token.
String
getToken
(
P
place)
Returns the token associated with the given
Place
.
Method Details
getPlace
P
getPlace
(
String
token)
Returns the
Place
associated with the given token.
Parameters:
token
- a String token
Returns:
a
Place
of type P
getToken
String
getToken
(
P
place)
Returns the token associated with the given
Place
.
Parameters:
place
- a
Place
of type P
Returns:
a String token