| 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 |
|---|---|
InvocationArguments |
Invocation.getInvocationArguments()
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationProcessor.postInvoke(Object invocationResult,
InvocationArguments args,
InvocationMetadata metadata,
RequestContext context,
RequestValueResolvers resolvers)
Interrupt after execute
Application. |
Object |
ApplicationProcessor.prepareInvoke(InvocationArguments args,
InvocationMetadata metadata,
RequestContext context,
TypeMapperContext converters,
RequestValueResolvers resolvers)
Interrupt before invoking
Invocation. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInvocation |
| Modifier and Type | Method and Description |
|---|---|
InvocationArguments |
DefaultInvocation.getInvocationArguments() |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.