public class MagnoliaScopes extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MagnoliaScopes.LazySingletonScope
Scope for lazy singletons.
|
static class |
MagnoliaScopes.LocalScope
Scope for object local to the current request.
|
static class |
MagnoliaScopes.SessionScope
Scope for object local to the current session.
|
Modifier and Type | Field and Description |
---|---|
static com.google.inject.Scope |
LAZY_SINGLETON |
static com.google.inject.Scope |
LOCAL
HTTP servlet request scope.
|
static com.google.inject.Scope |
SESSION
HTTP session scope.
|
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.