Jersey rule accept event
glassfish:jersey:server:ruleAccept( java.lang.String ruleName, java.lang.String path, java.lang.String resourceClassName)
This event is called when a UriRule is matched (for details see com.sun.jersey.server.impl.uri.rules).
Use this event to keep track of UriRule matching on the server.
ruleNameThe UriRule name.
pathThe matched path.
resourceClassNameThe name of the resource class associated with the matching.