Status: New
Owner: ----
New issue 569 by [email protected]: provide a method to servlet bindings to
return true if a given URI matches the binding's URI pattern
http://code.google.com/p/google-guice/issues/detail?id=569
Bindings, such as the InstanceFilterBinding, currently have a method which
provides the URI pattern for the binding. However, there is not a good way
to see if the binding contained in a XXXBinding matches a given URI. The
UriPatternMatcher class provides code for doing this. However this
interface is package private. Could you either make this interface public
(along with its implementations in UriPatternType), or add a "match" method
to the XXXBinding classes (mimicking the match method in XXXDefinitions).
Thanks
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.