Package | Description |
---|---|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet-3.0.jar . |
Modifier and Type | Method and Description |
---|---|
UriPatternType |
UriPatternMatcher.getPatternType()
Returns the type of pattern this is.
|
UriPatternType |
ServletModuleBinding.getUriPatternType()
Returns the pattern type that this binding was created with.
|
static UriPatternType |
UriPatternType.valueOf(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 |
---|---|
static UriPatternMatcher |
UriPatternType.get(UriPatternType type,
String pattern)
Returns the appropriate
UriPatternMatcher for pattern . |
Copyright © 2006–2015 Google, Inc.. All rights reserved.