Package | Description |
---|---|
com.asayama.gwt.angular.client |
Provides GWT Java wrapper around AngularJS.
|
com.asayama.gwt.angular.client.location |
Provides GWT Java wrapper around AngularJS's
$location service. |
com.asayama.gwt.angular.client.sce |
Provides GWT Java wrapper around AngularJS's
$sce service. |
Modifier and Type | Interface and Description |
---|---|
interface |
Configurator<P extends Provider<?>>
Provides an interface for configuring a
Provider implementations. |
Modifier and Type | Method and Description |
---|---|
<P extends Provider<?>> |
AbstractModule.config(Class<P> klass,
Configurator<P> configurator)
Configures a provider prior to obtaining the factory from it.
|
<P extends Provider<?>> |
AbstractModule.provider(Class<P> klass)
TODO Implement this method
|
Modifier and Type | Class and Description |
---|---|
class |
LocationProvider |
Modifier and Type | Class and Description |
---|---|
class |
SceProvider |
Copyright © 2016. All rights reserved.