public class ResourceInfo extends Object implements Comparable<ResourceInfo>
Constructor and Description |
---|
ResourceInfo(String url,
org.springframework.web.bind.annotation.RequestMethod method) |
ResourceInfo(String url,
org.springframework.web.bind.annotation.RequestMethod method,
String description) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ResourceInfo o) |
boolean |
equals(Object obj) |
String |
getDescription() |
org.springframework.web.bind.annotation.RequestMethod |
getMethod() |
String |
getUrl() |
int |
hashCode() |
String |
toString() |
public ResourceInfo(String url, org.springframework.web.bind.annotation.RequestMethod method)
public String getUrl()
public org.springframework.web.bind.annotation.RequestMethod getMethod()
public String getDescription()
public int compareTo(ResourceInfo o)
compareTo
in interface Comparable<ResourceInfo>
Copyright © 2015. All rights reserved.