public class RouteMatch extends Object
| Constructor and Description |
|---|
RouteMatch(Object target,
String matchUri,
String requestUri,
String acceptType) |
RouteMatch(Object target,
String matchUri,
String requestUri,
String acceptType,
HttpMethod httpMethod) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptType() |
HttpMethod |
getHttpMethod() |
String |
getMatchUri() |
String |
getRequestURI() |
Object |
getTarget() |
public RouteMatch(Object target, String matchUri, String requestUri, String acceptType, HttpMethod httpMethod)
public HttpMethod getHttpMethod()
public String getAcceptType()
public Object getTarget()
public String getMatchUri()
public String getRequestURI()
Copyright © 2020. All rights reserved.