public class DefaultRouteRegistry extends Object implements RouteRegistry
| Constructor and Description |
|---|
DefaultRouteRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose all the states.
|
InvocationMetadata |
findInvocationMetadata(RequestContext requestContext,
List<InvocationMetadataFinder> finders)
Find matched
InvocationMetadata. |
void |
register(InvocationMetadata actionMethodMetadata)
Register
InvocationMetadata. |
String |
toString() |
protected InvocationMetadata |
update(RequestPathMetadata path,
InvocationMetadataFinder.Cacheable metadata) |
public InvocationMetadata findInvocationMetadata(RequestContext requestContext, List<InvocationMetadataFinder> finders)
RouteRegistryInvocationMetadata.findInvocationMetadata in interface RouteRegistryrequestContext - RequestContextInvocationMetadataprotected InvocationMetadata update(RequestPathMetadata path, InvocationMetadataFinder.Cacheable metadata)
public void register(InvocationMetadata actionMethodMetadata)
RouteRegistryInvocationMetadata.register in interface RouteRegistryactionMethodMetadata - InvocationMetadatapublic void dispose()
Disposabledispose in interface DisposableCopyright © 2011-2017 Analog Web Framework Development Team. All Rights Reserved.