Changed Methods |
Map<String, String> getInitParams()
|
Changed from non-abstract to abstract.
|
Returns any context params supplied when creating the binding. |
String getPattern()
|
Changed from non-abstract to abstract.
|
Returns the pattern used to match against the binding. |
UriPatternType getUriPatternType()
|
Changed from non-abstract to abstract.
|
Returns the pattern type that this binding was created with. |
boolean matchesUri(String )
|
Changed from non-abstract to abstract.
|
Returns true if the given URI will match this binding. |