Uses of Class
com.google.inject.servlet.UriPatternType

Packages that use UriPatternType
com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requires guice-servlet-3.0.jar
 

Uses of UriPatternType in com.google.inject.servlet
 

Methods in com.google.inject.servlet that return UriPatternType
 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.
 



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.