Package org.jboss.weld

Interface Summary
Logger  
 

Class Summary
BeanManagerImpl Implementation of the Bean Manager.
Container A Weld application container
ContextualStore Application wide contextual identifier service which allows a serializable reference to a contextual to be obtained, and the contextual to be returned for a given id.
Logger.Test  
SimpleInjectionTarget<T>  
SingleThreadExecutorServices  
Validator Checks a list of beans for DeploymentExceptions and their subclasses
 

Enum Summary
Logger.LogMessages  
 

Exception Summary
DefinitionException Thrown if the definition of a bean is incorrect
DeploymentException Thrown if an deployment exception occurs.
InconsistentSpecializationException  
NullableDependencyException Thrown if an injection point of primitive type resolves to a bean which may be null
UnserializableDependencyException Thrown if a simple bean is dependent scoped and injected into a stateful session bean, into a non-transient field, bean constructor parameter or initializer method parameter of a bean which declares a passivating scope, or into a parameter of a producer method which declares a passivating scope
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.