Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Method and Description |
---|---|
UriPatternType |
UriPatternMatcher.getPatternType()
Returns the type of pattern this is.
|
UriPatternType |
UriPatternType.ServletStyleUriPatternMatcher.getPatternType() |
UriPatternType |
UriPatternType.RegexUriPatternMatcher.getPatternType() |
UriPatternType |
AbstractServletModuleBinding.getUriPatternType() |
UriPatternType |
ServletModuleBinding.getUriPatternType()
Returns the pattern type that this binding was created with.
|
static UriPatternType |
UriPatternType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UriPatternType[] |
UriPatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static UriPatternMatcher |
UriPatternType.get(UriPatternType type,
java.lang.String pattern) |
private java.util.List<UriPatternMatcher> |
FiltersModuleBuilder.parsePatterns(UriPatternType type,
java.util.List<java.lang.String> patterns) |
private java.util.List<UriPatternMatcher> |
ServletsModuleBuilder.parsePatterns(UriPatternType type,
java.util.List<java.lang.String> patterns) |