| 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 |
RequestPath
A path actually requested.
|
| Modifier and Type | Method and Description |
|---|---|
RequestPathMetadata |
InvocationMetadata.getDefinedPath() |
| Modifier and Type | Method and Description |
|---|---|
InvocationMetadata |
InvocationMetadataFinder.find(Map<RequestPathMetadata,InvocationMetadata> metadatas,
RequestContext request) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRequestPathMetadata |
class |
DefaultRequestPath
Default implementation of
RequestPath. |
class |
RequestPathDefinition
Define
RequestPath that enable entry-point to invoke. |
| Modifier and Type | Field and Description |
|---|---|
static RequestPathMetadata |
RequestPathDefinition.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
RequestPathMetadata |
DefaultInvocationMetadata.getDefinedPath() |
RequestPathMetadata |
UnsatisfiedRequestException.getMetadata() |
protected RequestPathMetadata |
AnnotationInvocationMetadataFactory.newRequestPathDefinition(String root,
String path,
String[] methods) |
protected RequestPathMetadata |
AnnotationInvocationMetadataFactory.relativeRequestPath(Class<?> invocationClass,
Method invocationMethod,
Route typePathMapping,
Route methodPathMapping) |
| Modifier and Type | Method and Description |
|---|---|
protected InvocationMetadata |
DefaultRouteRegistry.update(RequestPathMetadata path,
InvocationMetadataFinder.Cacheable metadata) |
| Modifier and Type | Method and Description |
|---|---|
InvocationMetadata |
DefaultInvocationMetadataFinder.find(Map<RequestPathMetadata,InvocationMetadata> metadatas,
RequestContext request) |
| Constructor and Description |
|---|
DefaultInvocationMetadata(Class<?> actionClass,
String methodName,
Class<?>[] argumentType,
RequestPathMetadata definedPath) |
RequestMethodUnsupportedException(RequestPathMetadata metadata,
List<String> definedMethods,
String requestedMethod) |
UnsatisfiedRequestException(RequestPathMetadata metadata) |
UnsupportedMediaTypeException(RequestPathMetadata metadata) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.