Uses of Enum Class
com.google.inject.servlet.UriPatternType
Packages that use UriPatternType
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of UriPatternType in com.google.inject.servlet
Methods in com.google.inject.servlet that return UriPatternTypeModifier and TypeMethodDescriptionUriPatternMatcher.getPatternType()
Returns the type of pattern this is.UriPatternType.RegexUriPatternMatcher.getPatternType()
UriPatternType.ServletStyleUriPatternMatcher.getPatternType()
AbstractServletModuleBinding.getUriPatternType()
ServletModuleBinding.getUriPatternType()
Returns the pattern type that this binding was created with.static UriPatternType
Returns the enum constant of this class with the specified name.static UriPatternType[]
UriPatternType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.inject.servlet with parameters of type UriPatternTypeModifier and TypeMethodDescription(package private) static UriPatternMatcher
UriPatternType.get
(UriPatternType type, String pattern) private List
<UriPatternMatcher> FiltersModuleBuilder.parsePatterns
(UriPatternType type, List<String> patterns) private List
<UriPatternMatcher> ServletsModuleBuilder.parsePatterns
(UriPatternType type, List<String> patterns)