Uses of Class
com.google.inject.servlet.UriPatternType
-
Packages that use UriPatternType Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of UriPatternType in com.google.inject.servlet
Methods in com.google.inject.servlet that return UriPatternType Modifier and Type Method Description UriPatternType
UriPatternMatcher. getPatternType()
Returns the type of pattern this is.UriPatternType
UriPatternType.RegexUriPatternMatcher. getPatternType()
UriPatternType
UriPatternType.ServletStyleUriPatternMatcher. 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.Methods in com.google.inject.servlet with parameters of type UriPatternType Modifier and Type Method 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)
-