Guice
Filter by API Level:
Package Index
|
Class Index
com.google.inject
com.google.inject.assistedinject
com.google.inject.binder
com.google.inject.jndi
com.google.inject.matcher
com.google.inject.multibindings
com.google.inject.name
com.google.inject.servlet
com.google.inject.spi
com.google.inject.throwingproviders
com.google.inject.tools.jmx
com.google.inject.util
Interfaces
ServletModule.FilterKeyBindingBuilder
ServletModule.ServletKeyBindingBuilder
Classes
GuiceFilter
GuiceServletContextListener
ServletModule
ServletScopes
Package Index
|
Class Index
Summary:
Constants
|
Inherited Methods
|
[Expand All]
Since:
API Level Guice_1.0
public class
ServletScopes
extends
Object
java.lang.Object
↳
com.google.inject.servlet.ServletScopes
Class Overview
Servlet scopes.
Summary
Constants
Scope
REQUEST
HTTP servlet request scope.
Scope
SESSION
HTTP session scope.
[Expand]
Inherited Methods
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Constants
public static final
Scope
REQUEST
Since:
API Level Guice_1.0
HTTP servlet request scope.
public static final
Scope
SESSION
Since:
API Level Guice_1.0
HTTP session scope.