Class RegistryEntry
java.lang.Object
org.jboss.resteasy.plugins.stats.RegistryEntry
- All Implemented Interfaces:
Comparable<RegistryEntry>
<resource uriTemplate="/foo/bar{fff:.*}/x/a"> <get method="org.blah.MyResource.method()" invocations="5555"> <produces>application/xml</produces> <produces>application/json</produces> </get> <post method="org.blah.MyResource.post()"> <produces>application/xml</produces> </post> </resource>
- Version:
- $Revision: 2 $
- Author:
- Bill Burke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
setLocator
(SubresourceLocator locator) void
setUriTemplate
(String uriTemplate)
-
Constructor Details
-
RegistryEntry
public RegistryEntry()
-
-
Method Details
-
getUriTemplate
-
getLocator
-
setLocator
-
setUriTemplate
-
getMethods
-
compareTo
- Specified by:
compareTo
in interfaceComparable<RegistryEntry>
-