| Application |
An Analogweb application.
|
| ApplicationContext |
Context of application.
|
| ApplicationProcessor |
Interrupt application phases.
|
| ApplicationProperties |
|
| AttributesHandler |
|
| ContainerAdaptor |
Facade of a instance container like Spring,Guice,CDI and so on.
|
| ContainerAdaptorFactory<T extends ContainerAdaptor> |
|
| Cookies |
|
| Cookies.Cookie |
A Cookie.
|
| Disposable |
|
| ExceptionHandler |
Handle Throwable that caused by invoking route method.
|
| ExceptionMapper |
|
| Headers |
Request or response header.
|
| Invocation |
Invocation of entry-point method.
|
| InvocationArguments |
|
| InvocationFactory |
|
| InvocationInterceptor |
|
| InvocationMetadata |
|
| InvocationMetadataFactory |
|
| InvocationMetadataFinder |
|
| InvocationMetadataFinder.Cacheable |
|
| Invoker |
|
| InvokerFactory |
|
| MediaType |
Media type.
|
| Module |
Mark interface as a pluggable object.
|
| Modules |
All modules that compose an application.
|
| ModulesAware |
|
| ModulesBuilder |
|
| ModulesConfig |
|
| ModulesContainerAdaptorAware |
|
| MultiModule |
|
| MultiModule.Filter |
|
| Multipart |
Multiple part request.
|
| MultipartParameters<T extends Multipart> |
|
| MutableRequestContext |
|
| Parameters |
Request parameters.
|
| PluginModulesConfig |
|
| Precedence |
A precedence of modules.
|
| PreparedInvocationArguments |
Arguments of invocation.
|
| ReadableBuffer |
|
| Renderable |
A renderable response.
|
| RenderableHolder |
|
| RenderableResolver |
Resolve Renderable from result of entry-point invocation.
|
| RequestContext |
Context per request.
|
| RequestPath |
A path actually requested.
|
| RequestPathMetadata |
A entry point path.
|
| RequestValueResolver |
Resolve variables from application states or passed by request or another.
|
| RequestValueResolvers |
Holder of RequestValueResolver.
|
| Response |
Holding response entity to write.
|
| ResponseContext |
|
| ResponseEntity |
|
| ResponseFormatter |
|
| ResponseFormatterAware<T extends Renderable> |
|
| ResponseFormatterFinder |
|
| ResponseHandler |
|
| RouteRegistry |
|
| ScopedAttributeName |
|
| Server |
|
| ServerFactory |
|
| TypeMapper |
|
| TypeMapperContext |
|
| UserModulesConfig |
|
| WritableBuffer |
|