public.javadoc.org.spincast.plugins.routing.RoutingResult.html Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of spincast-website Show documentation
                Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
                
            
RoutingResult (org.spincast:spincast-framework 0.9.21 API) 
org.spincast.plugins.routing
Class RoutingResult<R extends IRequestContext<?>>
- java.lang.Object
 
- 
- org.spincast.plugins.routing.RoutingResult<R>
 
 
- 
- All Implemented Interfaces:
 
- IRoutingResult<R>
 
public class RoutingResult<R extends IRequestContext<?>>
extends Object
implements IRoutingResult<R>
 
- 
- 
Constructor Summary
Constructors  
Constructor and Description 
 
RoutingResult(List<IRouteHandlerMatch<R>> routeHandlerMatches)  
 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods  
Modifier and Type 
Method and Description 
 
IRouteHandlerMatch<R> 
getMainRouteHandlerMatch()
The main route handler and its information, from the routing result.
 
 
List<IRouteHandlerMatch<R>> 
getRouteHandlerMatches()
The handlers matching the route (a main handler + filters, if any), 
 in order they have to be called.
 
 
String 
toString()  
 
 
 
- 
- 
Constructor Detail
- 
RoutingResult
public RoutingResult(List<IRouteHandlerMatch<R>> routeHandlerMatches)
 
 
- 
Method Detail
- 
getRouteHandlerMatches
public List<IRouteHandlerMatch<R>> getRouteHandlerMatches()
Description copied from interface: IRoutingResult
The handlers matching the route (a main handler + filters, if any), 
 in order they have to be called.
- Specified by:
 
getRouteHandlerMatches in interface IRoutingResult<R extends IRequestContext<?>> 
 
- 
getMainRouteHandlerMatch
public IRouteHandlerMatch<R> getMainRouteHandlerMatch()
Description copied from interface: IRoutingResult
The main route handler and its information, from the routing result.
- Specified by:
 
getMainRouteHandlerMatch in interface IRoutingResult<R extends IRequestContext<?>> 
 
 
 
Copyright © 2016. All rights reserved.
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy