| Interface | Description |
|---|---|
| ScopeRemoveListener |
Called when the object is removed from a scope.
|
| Class | Description |
|---|---|
| AbstractScopeContext |
Context for a named EL bean scope
|
| ApplicationContext |
The application scope value
|
| ContextContainer |
Serializable container for a bean scope.
|
| CreationContextImpl |
Context for a named EL bean scope
|
| DependentContext |
The dependent context.
|
| DestructionListener |
Contains the objects which need destruction for a given scope.
|
| ErrorContext |
Context to wrap errors.
|
| ScopeMap |
The singleton scope value
|
| SingletonScope |
The application scope value
|
| ThreadRequestFactory |
The thread request factory
|
| Annotation Type | Description |
|---|---|
| EnvironmentScoped |
The @EnvironmentScoped represents an instance for each Resin environment.
|