| Package | Description |
|---|---|
| xapi.inject | |
| xapi.model | |
| xapi.model.impl | |
| xapi.util | |
| xapi.util.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
X_Inject.instance(Class<? super T> cls) |
static <T> T |
X_Inject.singleton(Class<? super T> cls)
Returns an injected singleton service implementation object.
|
static <T> void |
X_Inject.singletonAsync(Class<? super T> cls,
Class<? extends ReceivesValue<T>> callback) |
static <T> void |
X_Inject.singletonAsync(Class<? super T> cls,
ReceivesValue<T> callback)
Asynchronously loads an injected singleton service implementation object.
|
static <T> javax.inject.Provider<T> |
X_Inject.singletonLazy(Class<? super T> cls)
This is a magic method, like gwt.create.
|
| Modifier and Type | Method and Description |
|---|---|
static <M extends Model> |
X_Model.create(Class<M> modelClass) |
static <M extends Model> |
X_Model.register(Class<M> modelClass) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Model> |
AbstractModelService.create(Class<T> key) |
| Modifier and Type | Method and Description |
|---|---|
static String |
X_Properties.getProperty(String property) |
static String |
X_Properties.getProperty(String property,
String dflt) |
| Modifier and Type | Method and Description |
|---|---|
String |
PropertyServiceDefault.getProperty(String key) |
String |
PropertyServiceDefault.getProperty(String key,
String dflt) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.