Uses of Class
com.google.inject.servlet.UriPatternType
-
-
Uses of UriPatternType in com.google.inject.servlet
Methods in com.google.inject.servlet that return UriPatternType Modifier and Type Method Description UriPatternTypeServletModuleBinding. getUriPatternType()Returns the pattern type that this binding was created with.static UriPatternTypeUriPatternType. 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.
-