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 . |
com.asayama.gwt.angular.client.sce |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFactory<S extends Service> |
Modifier and Type | Method and Description |
---|---|
Factory<S> |
Provider.getFactory() |
Modifier and Type | Method and Description |
---|---|
<S extends Service> |
Module.factory(Factory<S> factory)
Registers a service object factory with the module, so that the service
object is created if/when it is requested.
|
<S extends Service> |
AbstractModule.factory(Factory<S> factory) |
Modifier and Type | Method and Description |
---|---|
Factory<Location> |
LocationProvider.getFactory() |
Modifier and Type | Method and Description |
---|---|
Factory<Service> |
SceProvider.getFactory() |
Copyright © 2014. All rights reserved.