| 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 |
|---|---|
List<InvocationInterceptor> |
Modules.getInvocationInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
ModulesBuilder.addInvocationInterceptor(InvocationInterceptor... invocationInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
ModulesBuilder.addInvocationInterceptorClass(Class<? extends InvocationInterceptor> invocationInterceptorClass) |
Invoker |
InvokerFactory.createInvoker(List<InvocationInterceptor> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvocationInterceptor |
| Modifier and Type | Method and Description |
|---|---|
protected List<Class<? extends InvocationInterceptor>> |
DefaultModulesBuilder.getInvocationInterceptorClasses() |
protected List<InvocationInterceptor> |
DefaultInvoker.getInvocationInterceptors() |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
DefaultModulesBuilder.addInvocationInterceptor(InvocationInterceptor... invocationInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
DefaultModulesBuilder.addInvocationInterceptorClass(Class<? extends InvocationInterceptor> invocationInterceptorClass) |
Invoker |
DefaultInvokerFactory.createInvoker(List<InvocationInterceptor> interceptors) |
| Constructor and Description |
|---|
DefaultInvoker(List<InvocationInterceptor> interceptors) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.