|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlaceHistoryMapper
Maps Place
s to/from tokens, used to configure a
PlaceHistoryHandler
.
You can annotate subinterfaces of PlaceHistoryMapper with
WithTokenizers
to have their implementation automatically generated
via a call to GWT.create(Class)
.
Method Summary | |
---|---|
Place |
getPlace(java.lang.String token)
Returns the Place associated with the given token. |
java.lang.String |
getToken(Place place)
Returns the String token associated with the given Place . |
Method Detail |
---|
Place getPlace(java.lang.String token)
Place
associated with the given token.
token
- a String token
Place
instancejava.lang.String getToken(Place place)
Place
.
place
- a Place
instance
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |