| 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 | Interface and Description |
|---|---|
interface |
ApplicationProcessor
Interrupt application phases.
|
interface |
AttributesHandler |
interface |
ContainerAdaptor
Facade of a instance container like Spring,Guice,CDI and so on.
|
interface |
ContainerAdaptorFactory<T extends ContainerAdaptor>
Factory of
ContainerAdaptor. |
interface |
ExceptionHandler
Handle
Throwable that caused by invoking route method. |
interface |
ExceptionMapper |
interface |
InvocationFactory
Factory of
Invocation. |
interface |
InvocationInterceptor |
interface |
InvocationMetadataFactory
Factory of
InvocationMetadata from class metadatas. |
interface |
InvocationMetadataFinder
Finder strategy of
InvocationMetadata from RouteRegistrys |
interface |
Invoker
Entry-point
Invocation. |
interface |
InvokerFactory
Factory of
Invoker |
interface |
MultiModule
A Definable multiple
Module. |
interface |
RenderableResolver
Resolve
Renderable from result of entry-point invocation. |
interface |
RequestValueResolver
Resolve variables from application states or passed by request or another.
|
interface |
ResponseFormatter
Formatter for
Renderable. |
interface |
ResponseHandler
Handle
Renderable.Usually,this handler executes only Renderable.render(RequestContext, ResponseContext). |
interface |
TypeMapper |
interface |
TypeMapperContext |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpecificMediaTypeRequestValueResolver |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.