GINJECTOR
- is the generic type of the ginjector
.public abstract class AbstractEntryPoint<GINJECTOR extends ClientGinjector> extends Object implements com.google.gwt.core.client.EntryPoint
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractEntryPoint.ExceptionHandler
This is the default implementation of
GWT.UncaughtExceptionHandler . |
Constructor and Description |
---|
AbstractEntryPoint()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
cancelBackspaceNavigation()
This method registers a central handler that prevents the backspace key from performing a
"back navigation".
|
protected com.google.gwt.core.client.GWT.UncaughtExceptionHandler |
createExceptionHandler()
This method creates an
GWT.UncaughtExceptionHandler . |
protected abstract GINJECTOR |
createGinjector()
This method creates the actual
ClientGinjector instance using GWT.create(Class) . |
GINJECTOR |
getGinjector() |
void |
onModuleLoad() |
protected void |
onModuleLoadDeferred()
This method is called deferred from
onModuleLoad() to ensure that the initial setup (esp. |
private GINJECTOR extends ClientGinjector ginjector
getGinjector()
protected abstract GINJECTOR createGinjector()
ClientGinjector
instance using GWT.create(Class)
.ClientGinjector
instance.public GINJECTOR getGinjector()
ClientGinjector
instance.public final void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
private void cancelBackspaceNavigation()
protected com.google.gwt.core.client.GWT.UncaughtExceptionHandler createExceptionHandler()
GWT.UncaughtExceptionHandler
. It may be overridden to customize.GWT.UncaughtExceptionHandler
to use.protected void onModuleLoadDeferred()
onModuleLoad()
to ensure that the initial setup (esp. GIN)
is already in place.Copyright © 2001–2016 mmm-Team. All rights reserved.