| 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<InvocationMetadataFinder> |
Modules.getInvocationMetadataFinders() |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
ModulesBuilder.addInvocationMetadataFinder(InvocationMetadataFinder... invocationMetadataFinder) |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
ModulesBuilder.addInvocationMetadataFinderClass(Class<? extends InvocationMetadataFinder> invocationMetadataFinderClass) |
InvocationMetadata |
RouteRegistry.findInvocationMetadata(RequestContext requestContext,
List<InvocationMetadataFinder> finders)
Find matched
InvocationMetadata. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInvocationMetadataFinder |
class |
DefaultInvocationMetadataFinder |
| Modifier and Type | Method and Description |
|---|---|
protected List<Class<? extends InvocationMetadataFinder>> |
DefaultModulesBuilder.getInvocationMetadataFinderClasses() |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
DefaultModulesBuilder.addInvocationMetadataFinder(InvocationMetadataFinder... invocationMetadataFinder) |
| Modifier and Type | Method and Description |
|---|---|
ModulesBuilder |
DefaultModulesBuilder.addInvocationMetadataFinderClass(Class<? extends InvocationMetadataFinder> actionMethodMetadataFinderClass) |
InvocationMetadata |
DefaultRouteRegistry.findInvocationMetadata(RequestContext requestContext,
List<InvocationMetadataFinder> finders) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.