org.jboss.weld.context
Interface SingletonContext

All Superinterfaces:
javax.enterprise.context.spi.Context

public interface SingletonContext
extends javax.enterprise.context.spi.Context

The built in singleton context, associated with Singleton. It is always active (not managed) and is backed by an application scoped singleton.

Weld comes with one Singleton context which can be injected using:

 @Inject SingletonContext singletonContext;
 

Author:
Pete Muir
See Also:
SingletonContext, ApplicationScoped

Method Summary
 
Methods inherited from interface javax.enterprise.context.spi.Context
get, get, getScope, isActive
 



Copyright © 2013 Seam Framework. All Rights Reserved.