|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| Scope | Petite container bean scope. |
| ScopeReplacer | Utility class for replacing bean in scope. |
| Class Summary | |
|---|---|
| DefaultScope | Default Petite container scope. |
| ProtoScope | Prototype scope doesn't pool any beans, so each time bean is requested, a new instance will be created. |
| SessionScope | Session scope stores unique object instances per single http session. |
| SingletonScope | Singleton scope pools all bean instances so they will be created only once in the container context. |
Petite bean scopes.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||