public class Route extends Object
| Constructor and Description |
|---|
Route() |
| Modifier and Type | Method and Description |
|---|---|
String |
cleanDestination(String prefix) |
Route |
from(String value) |
String |
getOrigin() |
String |
getRawDestination() |
boolean |
matches(String uri) |
Route |
to(String value) |
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.