Class RouteMatch

java.lang.Object
spark.routematch.RouteMatch

public class RouteMatch extends Object
  • Field Details

    • target

      private Object target
    • matchUri

      private String matchUri
    • requestURI

      private String requestURI
    • acceptType

      private String acceptType
    • httpMethod

      private HttpMethod httpMethod
  • Constructor Details

  • Method Details

    • getHttpMethod

      public HttpMethod getHttpMethod()
      Returns:
      the accept type
    • getAcceptType

      public String getAcceptType()
      Returns:
      the accept type
    • getTarget

      public Object getTarget()
      Returns:
      the target
    • getMatchUri

      public String getMatchUri()
      Returns:
      the matchUri
    • getRequestURI

      public String getRequestURI()
      Returns:
      the requestUri