Package org.spincast.plugins.routing
Class RoutingResultDefault<R extends RequestContext<?>>
java.lang.Object
org.spincast.plugins.routing.RoutingResultDefault<R>
- All Implemented Interfaces:
RoutingResult<R>
public class RoutingResultDefault<R extends RequestContext<?>>
extends Object
implements RoutingResult<R>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe main route handler and its information, from the routing result.The handlers matching the route (a main handler + filters, if any), in order they have to be called.toString()
-
Constructor Details
-
RoutingResultDefault
-
-
Method Details
-
getRouteHandlerMatches
Description copied from interface:RoutingResult
The handlers matching the route (a main handler + filters, if any), in order they have to be called.- Specified by:
getRouteHandlerMatches
in interfaceRoutingResult<R extends RequestContext<?>>
-
toString
-
getMainRouteHandlerMatch
Description copied from interface:RoutingResult
The main route handler and its information, from the routing result.- Specified by:
getMainRouteHandlerMatch
in interfaceRoutingResult<R extends RequestContext<?>>
-