| Package | Description |
|---|---|
| org.analogweb |
Root of Analog Web Framework
This package defines fundamental interfaces. |
| org.analogweb.core |
Analogweb's core (default) implementations.
These instance are recognized by an application automatically. |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
InvocationFactory.createInvocation(ContainerAdaptor instanceProvider,
InvocationMetadata metadata,
RequestContext request,
ResponseContext response,
TypeMapperContext typeMapperContext,
RequestValueResolvers resolvers)
Create new
Invocation. |
| Modifier and Type | Method and Description |
|---|---|
Object |
Invoker.invoke(Invocation invocation,
InvocationMetadata metadata,
RequestContext request,
ResponseContext response) |
Object |
InvocationInterceptor.onInvoke(Invocation invocation,
InvocationMetadata metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInvocation |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
DefaultInvocationFactory.createInvocation(ContainerAdaptor instanceProvider,
InvocationMetadata metadata,
RequestContext context,
ResponseContext responseContext,
TypeMapperContext converters,
RequestValueResolvers handlers) |
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultInvoker.invoke(Invocation invocation,
InvocationMetadata metadata,
RequestContext request,
ResponseContext response) |
Object |
AbstractInvocationInterceptor.onInvoke(Invocation invocation,
InvocationMetadata metadata) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.