glassfish:jersey:server:ruleAccept

Jersey rule accept event

Synopsis

glassfish:jersey:server:ruleAccept(
java.lang.String ruleName,
java.lang.String path,
java.lang.String resourceClassName)

Description

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.

Parameters

ruleName

The UriRule name.

path

The matched path.

resourceClassName

The name of the resource class associated with the matching.