| 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 |
|---|---|
RequestValueResolvers |
Modules.getRequestValueResolvers() |
| Modifier and Type | Method and Description |
|---|---|
Invocation |
InvocationFactory.createInvocation(ContainerAdaptor instanceProvider,
InvocationMetadata metadata,
RequestContext request,
ResponseContext response,
TypeMapperContext typeMapperContext,
RequestValueResolvers resolvers)
Create new
Invocation. |
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 |
DefaultReqestValueResolvers |
| Modifier and Type | Method and Description |
|---|---|
protected RequestValueResolvers |
BeanAttributeValueResolver.getRequestValueResolvers() |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.