InstanceFilterBinding
, InstanceServletBinding
, LinkedFilterBinding
, LinkedServletBinding
public interface ServletModuleBinding
ServletModule
.Modifier and Type | Method | Description |
---|---|---|
Map<String,String> |
getInitParams() |
Returns any context params supplied when creating the binding.
|
String |
getPattern() |
Returns the pattern used to match against the binding.
|
UriPatternType |
getUriPatternType() |
Returns the pattern type that this binding was created with.
|
boolean |
matchesUri(String uri) |
Returns true if the given URI will match this binding.
|
UriPatternType getUriPatternType()
String getPattern()
Map<String,String> getInitParams()
boolean matchesUri(String uri)
Copyright © 2006–2018 Google, Inc.. All rights reserved.