Uses of Class
org.resthub.web.springmvc.router.Router.Route

Packages that use Router.Route
org.resthub.web.springmvc.router   
 

Uses of Router.Route in org.resthub.web.springmvc.router
 

Fields in org.resthub.web.springmvc.router with type parameters of type Router.Route
static List<Router.Route> Router.routes
           
 

Methods in org.resthub.web.springmvc.router that return Router.Route
 Router.Route RouterHandler.getRoute()
           
static Router.Route Router.getRoute(String method, String path, String action, String params, String headers)
           
static Router.Route Router.getRoute(String method, String path, String action, String params, String headers, String sourceFile, int line)
           
static Router.Route Router.route(HTTPRequestAdapter request)
           
 

Methods in org.resthub.web.springmvc.router with parameters of type Router.Route
 void RouterHandler.setRoute(Router.Route route)
           
 



Copyright © 2010-2012. All Rights Reserved.