| Package | Description |
|---|---|
| org.granite.client.tide | |
| org.granite.client.tide.impl | |
| org.granite.client.tide.server | |
| org.granite.client.tide.spring |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseIdentity |
| Modifier and Type | Class and Description |
|---|---|
class |
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);
|
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentListenerImpl.getComponent() |
| Constructor and Description |
|---|
ComponentListenerImpl(Context sourceContext,
ComponentListener.Handler<T> handler,
Component component,
String operation,
Object[] args,
Object info,
TideResponder<T> tideResponder) |
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentListener.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvocationInterceptor.beforeInvocation(Context ctx,
Component component,
String operation,
Object[] args,
ComponentListener<?> componentResponder) |
| Modifier and Type | Class and Description |
|---|---|
class |
Identity |