| Name | Description | Type | Package | Framework |
| ControllerNotFoundException | Exception thrown when no routes matching URI are found. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| DefaultParametersControl | Default implementation of parameters control on uris. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| DefaultRouteBuilder | Should be used in one of two ways, either configure the type and invoke the method or pass the method (java reflection) object. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| DefaultRouter | The default implementation of controller localization rules. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| DefaultTypeFinder | Discover parameter typesAuthor:Lucas Cavalcanti | Class | br.com.caelum.vraptor.http.route | VRaptor |
| Evaluator | Interface | br.com.caelum.vraptor.http.route | VRaptor | |
| FixedMethodStrategy | A route strategy which invokes a fixed type's method. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| IllegalRouteException | Illegal routes might be created under different situations. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| Invocation | Class | br.com.caelum.vraptor.http.route | VRaptor | |
| JavaEvaluator | Evaluates expressions in order to access values. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| MethodNotAllowedException | Exception thrown when no routes matching given URI allow given HTTP method. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| NoStrategy | A route strategy which is basically invalid in order to force users to not forget to decide a route strategy. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| NoTypeFinder | Class | br.com.caelum.vraptor.http.route | VRaptor | |
| ParametersControl | Interface | br.com.caelum.vraptor.http.route | VRaptor | |
| PathAnnotationRoutesParser | The default parser routes creator uses the path annotation to create rules. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| PriorityRoutesList | Order Routes by priorityAuthor:Lucas Cavalcanti | Class | br.com.caelum.vraptor.http.route | VRaptor |
| Route | An specific route rule. | Interface | br.com.caelum.vraptor.http.route | VRaptor |
| RouteBuilder | Interface | br.com.caelum.vraptor.http.route | VRaptor | |
| RouteBuilder .ParameterControlBuilder | Interface | br.com.caelum.vraptor.http.route.RouteBuilder | VRaptor | |
| RouteNotFoundException | A route was not found for the specified parameters. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| Router | Handles different rules in order to translate urls into Controller methods. | Interface | br.com.caelum.vraptor.http.route | VRaptor |
| RoutesParser | Extracts all possible routes for this specific controller. | Interface | br.com.caelum.vraptor.http.route | VRaptor |
| Rules | Rules for controller localization. | Class | br.com.caelum.vraptor.http.route | VRaptor |
| TypeFinder | Discover Types from parameter pathsAuthor:Lucas Cavalcanti | Interface | br.com.caelum.vraptor.http.route | VRaptor |