javax.webbeans.manager
Interface Context


public interface Context

The contract between the Web Bean manager and a Web Beans context object. This interface should not be called directly by the application.

Author:
Gavin King, Pete Muir

Method Summary
<T> T
get(Contextual<T> bean, boolean create)
           
 java.lang.Class<? extends java.lang.annotation.Annotation> getScopeType()
           
 boolean isActive()
           
 

Method Detail

getScopeType

java.lang.Class<? extends java.lang.annotation.Annotation> getScopeType()

get

<T> T get(Contextual<T> bean,
          boolean create)

isActive

boolean isActive()


Copyright © 2008. All Rights Reserved.