Package | Description |
---|---|
com.asayama.gwt.angular.client |
Provides GWT Java wrapper around AngularJS.
|
com.asayama.gwt.angular.client.http |
Provides GWT Java wrapper around AngularJS's
$http service. |
com.asayama.gwt.angular.client.location |
Provides GWT Java wrapper around AngularJS's
$location service. |
com.asayama.gwt.angular.client.log |
Provides GWT Java wrapper around AngularJS's
$log service. |
com.asayama.gwt.angular.client.q |
Provides GWT Java wrapper around AngularJS's
$q 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. |
interface |
Factory<S extends Service>
Provides an interface for
Service factory. |
interface |
Provider<S extends Service>
Provider represents a constructor function which returns Service Factory.
|
Modifier and Type | Class and Description |
---|---|
class |
Injector
Used to retrieve object instances.
|
class |
Provide
|
Modifier and Type | Method and Description |
---|---|
<S extends Service> |
Provide.decorator(String name,
com.asayama.gwt.jsni.client.Function<S> decorator) |
<S extends Service> |
AbstractModule.factory(Class<S> klass)
Deprecated.
Replaced by
AbstractModule.service(Class) since 0.0.68 |
<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) |
<S extends Service> |
Provide.factory(String name,
com.asayama.gwt.jsni.client.Function<S> $getFn) |
<S extends Service> |
Injector.get(Class<S> klass) |
<S extends Service> |
Provide.provider(String name,
com.asayama.gwt.jsni.client.Function<S> provider) |
<S extends Service> |
AbstractModule.service(Class<S> klass)
Registers a Service class to the module.
|
<S extends Service> |
AbstractModule.service(S service)
Registers an instance of a Service object to the module.
|
Modifier and Type | Class and Description |
---|---|
class |
Http
This class does not work!
|
Modifier and Type | Class and Description |
---|---|
class |
Location |
Modifier and Type | Class and Description |
---|---|
class |
Log |
Modifier and Type | Class and Description |
---|---|
class |
Q |
Modifier and Type | Method and Description |
---|---|
Factory<Service> |
SceProvider.getFactory() |
Copyright © 2015. All rights reserved.