| Interface | Description |
|---|---|
| Component.BijectedAttribute<T extends Annotation> | |
| Instance |
| Class | Description |
|---|---|
| Component |
Metamodel class for component classes.
|
| Entity |
Metamodel class for entity classes.
|
| Model |
Base class of metamodels.
|
| Namespace |
A namespace for Seam component names.
|
| Seam |
Convenience methods for accessing annotated information
about Seam component classes.
|
| Enum | Description |
|---|---|
| ComponentType |
The types of components understood by Seam.
|
| ScopeType |
The scopes defined by Seam.
|
| Exception | Description |
|---|---|
| ConcurrentRequestTimeoutException | |
| CyclicDependencyException |
An exception that is thrown when
BijectionInterceptor detects that a
component's dependencies cannot be injected due to a cyclic dependency. |
| Entity.NotEntityException | |
| InstantiationException |
Thrown when Seam cannot instantiate a component.
|
| NoConversationException |
Throw when a component marked @Conversational is called
outside the scope of a long-running conversation.
|
| RequiredException |
Thrown when a null value is encountered during bijection
of an attribute with required=true.
|
Copyright © 2015 Seam Framework. All Rights Reserved.