|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
P |
getPlace(java.lang.String token)
Returns the Place associated with the given token. |
java.lang.String |
getToken(P place)
Returns the token associated with the given Place . |
Method Detail |
---|
P getPlace(java.lang.String token)
Place
associated with the given token.
token
- a String token
Place
of type Pjava.lang.String getToken(P place)
Place
.
place
- a Place
of type P
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |