Uses of Class
com.google.inject.servlet.ServletScopes.NullObject
-
Packages that use ServletScopes.NullObject Package Description com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of ServletScopes.NullObject in com.google.inject.servlet
Methods in com.google.inject.servlet that return ServletScopes.NullObject Modifier and Type Method Description static ServletScopes.NullObject
ServletScopes.NullObject. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServletScopes.NullObject[]
ServletScopes.NullObject. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-