Package | Description |
---|---|
org.springframework.web.context.annotation |
Provides convenience annotations for web scopes.
|
Modifier and Type | Class and Description |
---|---|
interface |
ApplicationScope
@ApplicationScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web application. |
interface |
RequestScope
@RequestScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web request. |
interface |
SessionScope
@SessionScope is a specialization of @Scope for a
component whose lifecycle is bound to the current web session. |