public class OwnPlaceManagerImpl
extends com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
| Constructor and Description |
|---|
OwnPlaceManagerImpl(com.google.web.bindery.event.shared.EventBus peventBus,
com.gwtplatform.mvp.shared.proxy.TokenFormatter ptokenFormatter,
String pdefaultPlaceNameToken,
String perrorPlaceNameToken,
String punauthorizedPlaceNameToken,
com.google.gwt.place.shared.PlaceHistoryHandler.Historian phistorian,
NavigationStructure pnavigationStructure)
constructor injecting parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRevealPlace(com.gwtplatform.mvp.shared.proxy.PlaceRequest prequest,
boolean pupdateBrowserUrl) |
void |
revealDefaultPlace() |
void |
revealErrorPlace(String pinvalidHistoryToken) |
void |
revealUnauthorizedPlace(String punauthorizedHistoryToken) |
buildHistoryToken, buildRelativeHistoryToken, buildRelativeHistoryToken, buildRelativeHistoryToken, fireEvent, getCurrentPlaceHierarchy, getCurrentPlaceRequest, getCurrentTitle, getEventBus, getHierarchyDepth, getTitle, hasPendingNavigation, navigateBack, onValueChange, onWindowClosing, revealCurrentPlace, revealPlace, revealPlace, revealPlaceHierarchy, revealRelativePlace, revealRelativePlace, revealRelativePlace, setOnLeaveConfirmation, unlock, updateHistory@Inject
public OwnPlaceManagerImpl(com.google.web.bindery.event.shared.EventBus peventBus,
com.gwtplatform.mvp.shared.proxy.TokenFormatter ptokenFormatter,
String pdefaultPlaceNameToken,
String perrorPlaceNameToken,
String punauthorizedPlaceNameToken,
com.google.gwt.place.shared.PlaceHistoryHandler.Historian phistorian,
NavigationStructure pnavigationStructure)
peventBus - event busptokenFormatter - token formatterpdefaultPlaceNameToken - default place name tokenperrorPlaceNameToken - error place name tokenpunauthorizedPlaceNameToken - unauthorized place name tokenphistorian - historianpnavigationStructure - navigation structurepublic void revealDefaultPlace()
public void revealErrorPlace(String pinvalidHistoryToken)
revealErrorPlace in interface com.gwtplatform.mvp.client.proxy.PlaceManagerrevealErrorPlace in class com.gwtplatform.mvp.client.proxy.PlaceManagerImplpublic void revealUnauthorizedPlace(String punauthorizedHistoryToken)
revealUnauthorizedPlace in interface com.gwtplatform.mvp.client.proxy.PlaceManagerrevealUnauthorizedPlace in class com.gwtplatform.mvp.client.proxy.PlaceManagerImplprotected void doRevealPlace(com.gwtplatform.mvp.shared.proxy.PlaceRequest prequest,
boolean pupdateBrowserUrl)
doRevealPlace in class com.gwtplatform.mvp.client.proxy.PlaceManagerImplCopyright © 2015–2019. All rights reserved.