public interface Bootstrapper
com.gwtplatform.mvp.client.annotations.Bootstrap
is found, GWTP will call onBootstrap() of the bootstapper
instead of revealCurrentPlace. This is particularly useful when you need to do initialisation steps before the first
page is shown to the user.https://github.com/ArcBees/GWTP/wiki/Bootstrapping
Modifier and Type | Method and Description |
---|---|
void |
onBootstrap() |
Copyright © 2010–2014 Arcbees. All rights reserved.