| 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 |
|---|---|
RequestPath |
RequestContext.getRequestPath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequestPathMetadata.match(RequestPath requestPath)
Check own
RequestPath match assigned one. |
Object |
ApplicationProcessor.preMatching(MutableRequestContext request,
RequestPath path)
Interrupt before matching requested URI.
|
Response |
Application.processRequest(RequestPath path,
RequestContext context,
ResponseContext responseContext)
Process request.
|
void |
MutableRequestContext.setRequestPath(RequestPath path) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequestPath
Default implementation of
RequestPath. |
| Modifier and Type | Method and Description |
|---|---|
RequestPath |
RequestContextWrapper.getRequestPath() |
RequestPath |
AbstractRequestContext.getRequestPath() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RequestPathDefinition.match(RequestPath requestPath) |
boolean |
DefaultRequestPath.match(RequestPath requestPath) |
protected void |
WebApplication.preMatching(List<ApplicationProcessor> processors,
MutableRequestContext request,
RequestPath requestedPath) |
Object |
AbstractApplicationProcessor.preMatching(MutableRequestContext request,
RequestPath path) |
Response |
WebApplication.processRequest(RequestPath requestedPath,
RequestContext requestContext,
ResponseContext responseContext) |
void |
DefaultMutableRequestContext.setRequestPath(RequestPath path) |
| Constructor and Description |
|---|
AbstractRequestContext(RequestPath requestPath,
Locale defaultLocale) |
Copyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.