Package | Description |
---|---|
br.com.caelum.vraptor.http.route | |
br.com.caelum.vraptor.util.collections |
Modifier and Type | Class and Description |
---|---|
class |
FixedMethodStrategy
A route strategy which invokes a fixed type's method.
|
class |
NoStrategy
A route strategy which is basically invalid in order to force users to not
forget to decide a route strategy.
|
Modifier and Type | Method and Description |
---|---|
Route |
DefaultRouteBuilder.build() |
Route |
RouteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Route> |
DefaultRouter.allRoutes() |
java.util.List<Route> |
Router.allRoutes()
Returns a list with all routes
|
java.util.Iterator<Route> |
PriorityRoutesList.iterator() |
protected java.util.List<Route> |
PathAnnotationRoutesParser.registerRulesFor(java.lang.Class<?> baseType) |
java.util.List<Route> |
PathAnnotationRoutesParser.rulesFor(ResourceClass resource) |
java.util.List<Route> |
RoutesParser.rulesFor(ResourceClass resource) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRouter.add(Route r)
You can override this method to get notified by all added routes.
|
boolean |
PriorityRoutesList.add(Route e) |
void |
Router.add(Route route)
Add a new Route to this Router
|
Modifier and Type | Method and Description |
---|---|
boolean |
PriorityRoutesList.addAll(java.util.Collection<? extends Route> c) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<Route> |
Filters.allow(HttpMethod method) |
static com.google.common.base.Predicate<Route> |
Filters.canHandle(java.lang.Class<?> type,
java.lang.reflect.Method method) |
static com.google.common.base.Predicate<Route> |
Filters.canHandle(java.lang.String uri) |
Copyright © 2013 Caelum. All Rights Reserved.