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 | Class and Description |
---|---|
class |
DefaultFactory<S extends Service>
Provides a default implementation of
Service Factory
interface. |
Modifier and Type | Method and Description |
---|---|
Factory<S> |
Provider.getFactory()
Returns a Service factory.
|
Modifier and Type | Method and Description |
---|---|
<S extends Service> |
AbstractModule.factory(Factory<S> factory)
Registers a service object factory instance with the module, so that the
service object is created by the factory if/when the service is
requested.
|
protected <S extends Service> |
AbstractModule.factory(String name,
Factory<S> factory) |
Modifier and Type | Method and Description |
---|---|
Factory<Location> |
LocationProvider.getFactory() |
Modifier and Type | Method and Description |
---|---|
Factory<Service> |
SceProvider.getFactory() |
Copyright © 2015. All rights reserved.