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 . |
com.asayama.gwt.angular.client.location |
Provides GWT Java wrapper around AngularJS's
$location . |
com.asayama.gwt.angular.client.log |
Provides GWT Java wrapper around AngularJS's
$log . |
com.asayama.gwt.angular.client.q |
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,
Function<S> decorator) |
<S extends Service> |
Module.factory(Class<S> klass)
Registers a service component with the module.
|
<S extends Service> |
AbstractModule.factory(Class<S> klass) |
<S extends Service> |
Provide.factory(String name,
Function<S> $getFn) |
<S extends Service> |
Injector.get(String name) |
<S extends Service> |
Provide.provider(String name,
Function<S> provider) |
Modifier and Type | Method and Description |
---|---|
protected Module |
AbstractModule.factory(String name,
Service service) |
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 |
Copyright © 2014. All rights reserved.