|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouteList | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.util | Utility classes and interfaces used in the rest of the API. |
Uses of RouteList in org.restlet |
---|
Methods in org.restlet that return RouteList | |
---|---|
RouteList |
Router.getRoutes()
Returns the modifiable list of routes. |
Methods in org.restlet with parameters of type RouteList | |
---|---|
void |
Router.setRoutes(RouteList routes)
Sets the modifiable list of routes. |
Uses of RouteList in org.restlet.util |
---|
Methods in org.restlet.util that return RouteList | |
---|---|
RouteList |
RouteList.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |