public interface RouteMatch
Modifier and Type | Method and Description |
---|---|
Context |
decorateContext(Context context)
Decorates the given context with any routing information for the route.
|
boolean |
isBetterMatchThan(RouteMatch result)
Determines whether this route match is better than the given rout match.
|
boolean isBetterMatchThan(RouteMatch result) throws IncomparableRouteMatchException
Implementation should check that the RouteMatch
can be
compared to this instance.
result
- The other route match to compare to.true
if this route match is the better, false
otherwise.IncomparableRouteMatchException
- If the provided RouteMatch
could not be compared this RouteMatch
instance.Copyright © 2010-2018, ForgeRock All Rights Reserved.