|
||||||||
PREV NEXT | FRAMES NO FRAMES |
RoutingTable
will spawn a thread that rebuilds the routing table every
RoutesConfiguration.developmentReloadCycleSeconds
.
RoutingTable
.
null
on a cache miss.
RoutesConfiguration.routesMetaPath
.
routeNode
.
BeforeRoute
or Route
methods the current request
will immediately (no further processing) be redirected to the given redirectUrl
.redirectUrl
is not a fully qualified URL then it will be considered relative from the current HTTP request.
Route.respondsToMethods()
specified.
Route.respondsToMethods()
is not specified.
BeforeRoute
or Route
methods will
be set with the status
of this exception and no further processing will continue.Route
annotation.
RouteByConvention
that provides an implementation for respondsToMethods
.RouteInstancePool
for any reason.RoutingTable
as class objects, a route instance must be used
each time to process a HTTP request.Route.value()
.
RoutingTable.build()
method will be called on the first
request received.
Routes.value()
is not specified.
Route
?
If true only unannotated, public methods of the immediate class will be used.
RoutesConfiguration
will be used.
RoutingTable.add(java.lang.Object...)
for each object in the given list.
MetaAuthenticator
that uses a static user name and password (provided at construction) and Basic authentication to determine if
access to the Routes meta page is allowed.
|
||||||||
PREV NEXT | FRAMES NO FRAMES |