| Package | Description |
|---|---|
| br.com.caelum.vraptor.http | |
| br.com.caelum.vraptor.http.route | |
| br.com.caelum.vraptor.ioc | |
| br.com.caelum.vraptor.view |
| Class and Description |
|---|
| ControllerNotFoundException
Exception thrown when no routes matching URI are found.
|
| MethodNotAllowedException
Exception thrown when no routes matching given URI allow given HTTP method.
|
| Router
Handles different rules in order to translate urls into Controller methods.
|
| Class and Description |
|---|
| ControllerNotFoundException
Exception thrown when no routes matching URI are found.
|
| DefaultRouteBuilder
Should be used in one of two ways, either configure the type and invoke the
method or pass the method (java reflection) object.
|
| DefaultRouteBuilder.DefaultParameterControlBuilder |
| Evaluator |
| Invocation |
| MethodNotAllowedException
Exception thrown when no routes matching given URI allow given HTTP method.
|
| ParametersControl |
| Route
An specific route rule.
|
| RouteBuilder |
| RouteBuilder.ParameterControlBuilder |
| Router
Handles different rules in order to translate urls into Controller methods.
|
| RoutesParser
Extracts all possible routes for this specific controller.
|
| TypeFinder
Discover Types from parameter paths
|
| Class and Description |
|---|
| Router
Handles different rules in order to translate urls into Controller methods.
|
| RoutesParser
Extracts all possible routes for this specific controller.
|
| Class and Description |
|---|
| Router
Handles different rules in order to translate urls into Controller methods.
|
Copyright © 2014 Caelum. All rights reserved.