| Interface | Description |
|---|---|
| Evaluator | |
| ParametersControl | |
| Route |
An specific route rule.
|
| RouteBuilder | |
| RouteBuilder.ParameterControlBuilder | |
| Router |
Handles different rules in order to translate urls into Resource methods.
|
| RoutesConfiguration |
Configs your routes for your application.
|
| RoutesParser |
Extracts all possible routes for this specific resource.
|
| TypeFinder |
Discover Types from parameter paths
|
| Class | Description |
|---|---|
| DefaultParametersControl |
Default implementation of parameters control on uris.
|
| DefaultRouteBuilder |
Should be used in one of two ways, either configure the type and invoke the
method or pass the method (java reflection) object.
|
| DefaultRouter |
The default implementation of resource localization rules.
|
| DefaultTypeFinder |
Discover parameter types
|
| FixedMethodStrategy |
A route strategy which invokes a fixed type's method.
|
| JavaEvaluator |
Evaluates expressions in order to access values.
|
| NoRoutesConfiguration |
No extra routes are registered.
|
| NoStrategy |
A route strategy which is basically invalid in order to force users to not
forget to decide a route strategy.
|
| NoTypeFinder | |
| PathAnnotationRoutesParser |
The default parser routes creator uses the path annotation to create rules.
|
| PriorityRoutesList |
Order Routes by priority
|
| Rules |
Rules for resource localization.
|
| Exception | Description |
|---|---|
| IllegalRouteException |
Illegal routes might be created under different situations.
|
| MethodNotAllowedException |
Exception thrown when no routes matching given URI allow given HTTP method.
|
| ResourceNotFoundException |
Exception thrown when no routes matching URI are found.
|
| RouteNotFoundException |
A route was not found for the specified parameters.
|
Copyright © 2013 Caelum. All Rights Reserved.