Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
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.
ruleName
The UriRule
name.
path
The matched path.
resourceClassName
The name of the resource class associated with the matching.