See: Description
Interface | Description |
---|---|
Router |
Abstraction for the dispatch part of the API.
|
ServletUtils.GetInitParameter |
Class | Description |
---|---|
APIModelLoader | |
Container | |
DefaultRouter |
The default router is a wrapper around a MatchSearcher, qv.
|
Loader |
This arranges for the current Api specifications to be
loaded and registered with the router.
|
Match |
Represents the result of a router matching an incoming URL
against its table of known endpoints.
|
MatchSearcher<T> |
A MatchSearcher
|
MatchTemplate<T> |
A MatchTemplate is a compiled URI template that
can match against a path and bind variables.
|
RouterFactory | |
ServletUtils |
Some methods useful in the two servlet-handling components
of the routing classes.
|
Copyright © 2014. All Rights Reserved.