| Package | Description |
|---|---|
| org.granite.client.android.tide | |
| org.granite.client.tide | |
| org.granite.client.tide.impl | |
| org.granite.client.tide.security.spring |
| Class and Description |
|---|
| DefaultApplication |
| SimpleContextManager |
| Class and Description |
|---|
| ComponentImpl
Default implementation of remote component proxy
Generated typesafe remote service proxies should extend this class
Component proxies are meant to be defined in a DI container (Spring/CDI) or directly in the Tide context
Component myComponent = tideContext.set("myComponent", new ComponentImpl(serverSession));
myComponent.call("myMethod", arg1, arg2);
|
| InstanceFactory |
| Class and Description |
|---|
| InstanceFactory |
| SimpleInstanceStore |
| Class and Description |
|---|
| ComponentImpl
Default implementation of remote component proxy
Generated typesafe remote service proxies should extend this class
Component proxies are meant to be defined in a DI container (Spring/CDI) or directly in the Tide context
Component myComponent = tideContext.set("myComponent", new ComponentImpl(serverSession));
myComponent.call("myMethod", arg1, arg2);
|