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 UriPatternTypeUriPatternMatcher. getPatternType()Returns the type of pattern this is.UriPatternTypeUriPatternType.RegexUriPatternMatcher. getPatternType()UriPatternTypeUriPatternType.ServletStyleUriPatternMatcher. getPatternType()UriPatternTypeAbstractServletModuleBinding. getUriPatternType()UriPatternTypeServletModuleBinding. getUriPatternType()Returns the pattern type that this binding was created with.static UriPatternTypeUriPatternType. 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 UriPatternMatcherUriPatternType. 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)
-