|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPlaceService
The place service is responsible for doing place related stuff. For example, it can provide a place token for a given place.
| Method Summary | |
|---|---|
String |
generatePlaceToken(com.google.gwt.place.shared.Place place)
Generates a place token (suitable for use in hyperlinks, for example). |
com.google.gwt.place.shared.PlaceController |
getPlaceController()
Gets the place controller. |
com.google.gwt.place.shared.PlaceHistoryMapper |
getPlaceHistoryMapper()
Gets the place history mapper. |
void |
goTo(com.google.gwt.place.shared.Place place)
Navigates to the given place. |
| Methods inherited from interface org.overlord.sramp.ui.client.services.IService |
|---|
start |
| Method Detail |
|---|
void goTo(com.google.gwt.place.shared.Place place)
place - com.google.gwt.place.shared.PlaceController getPlaceController()
com.google.gwt.place.shared.PlaceHistoryMapper getPlaceHistoryMapper()
String generatePlaceToken(com.google.gwt.place.shared.Place place)
place - the place to tokenize
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||