Package org.jboss.seam

Interface Summary
Component.BijectedAttribute<T extends Annotation>  
Component.InitialValue  
 

Class Summary
Component Metamodel class for component classes.
Component.ConstantInitialValue  
Component.ELInitialValue  
Component.ListInitialValue  
Component.MapInitialValue  
Entity Metamodel class for entity classes.
Model Base class of metamodels.
Namespace  
Seam Convenience methods for accessing annotated information about Seam component classes.
 

Enum Summary
ComponentType The types of components understood by seam
InterceptionType Rules for when Seam will intercept invocations upon a component to perform bijection, validation, context demarcation, etc.
InterceptorType  
ScopeType The available scopes (contexts).
 

Exception Summary
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.
TransactionException