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:
Inherited Methods
|
[Expand All]
Since:
API Level Guice_1.0
public abstract @interface
SessionScoped
implements
Annotation
com.google.inject.servlet.SessionScoped
Class Overview
Apply this to implementation classes when you want one instance per session.
See Also
SINGLETON
Summary
[Expand]
Inherited Methods
From interface
java.lang.annotation.Annotation
abstract
Class
<? extends
Annotation
>
annotationType
()
abstract boolean
equals
(
Object
arg0)
abstract int
hashCode
()
abstract
String
toString
()