|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.overlord.sramp.ui.client.services.AbstractService
org.overlord.sramp.ui.client.services.place.PlaceService
public class PlaceService
Concrete implementation of the place service (IPlaceService).
| Constructor Summary | |
|---|---|
PlaceService()
Constructor. |
|
| 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. |
void |
start(ServiceLifecycleContext context,
IServiceLifecycleListener serviceListener)
Called to start the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlaceService()
| Method Detail |
|---|
public void goTo(com.google.gwt.place.shared.Place place)
IPlaceService
goTo in interface IPlaceServiceIPlaceService.goTo(com.google.gwt.place.shared.Place)
public void start(ServiceLifecycleContext context,
IServiceLifecycleListener serviceListener)
IService
start in interface IServicestart in class AbstractServiceIService.start(org.overlord.sramp.ui.client.services.ServiceLifecycleContext, org.overlord.sramp.ui.client.services.IServiceLifecycleListener)public com.google.gwt.place.shared.PlaceHistoryMapper getPlaceHistoryMapper()
IPlaceService
getPlaceHistoryMapper in interface IPlaceServiceIPlaceService.getPlaceHistoryMapper()public String generatePlaceToken(com.google.gwt.place.shared.Place place)
IPlaceService
generatePlaceToken in interface IPlaceServiceplace - the place to tokenize
IPlaceService.generatePlaceToken(com.google.gwt.place.shared.Place)public com.google.gwt.place.shared.PlaceController getPlaceController()
IPlaceService
getPlaceController in interface IPlaceServiceIPlaceService.getPlaceController()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||