org.jboss.weld.context
Interface DependentContext

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

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

The built in dependent context, associated with Dependent. It is always active.

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

 @Inject DependentContext dependentContext;
 

Author:
Pete Muir

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



Copyright © 2013 Seam Framework. All Rights Reserved.