Class ViewPath
- java.lang.Object
-
- ru.vyarus.guicey.gsp.app.rest.log.ViewPath
-
-
Constructor Summary
Constructors Constructor Description ViewPath(org.glassfish.jersey.server.model.ResourceMethod method, org.glassfish.jersey.server.model.Resource resource, java.lang.Class<?> resourceType, java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ViewPath o)booleanequals(java.lang.Object o)org.glassfish.jersey.server.model.ResourceMethodgetMethod()org.glassfish.jersey.server.model.ResourcegetResource()java.lang.Class<?>getResourceType()java.lang.StringgetUrl()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getMethod
public org.glassfish.jersey.server.model.ResourceMethod getMethod()
- Returns:
- resource method
-
getResource
public org.glassfish.jersey.server.model.Resource getResource()
- Returns:
- resource
-
getResourceType
public java.lang.Class<?> getResourceType()
- Returns:
- resource class
-
getUrl
public java.lang.String getUrl()
- Returns:
- rest mapping url
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(ViewPath o)
- Specified by:
compareToin interfacejava.lang.Comparable<ViewPath>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-