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