|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
javax.inject.manager | |
org.jboss.webbeans | |
org.jboss.webbeans.context |
Uses of Context in javax.inject.manager |
---|
Methods in javax.inject.manager that return Context | |
---|---|
Context |
Manager.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Obtain an active context instance for the given scope type. |
Methods in javax.inject.manager with parameters of type Context | |
---|---|
Manager |
Manager.addContext(Context context)
Associate a custom Context with a scope. |
Uses of Context in org.jboss.webbeans |
---|
Methods in org.jboss.webbeans that return Context | |
---|---|
Context |
ManagerImpl.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Gets an active context of the given scope. |
Methods in org.jboss.webbeans that return types with arguments of type Context | |
---|---|
protected ConcurrentListMultiMap<java.lang.Class<? extends java.lang.annotation.Annotation>,Context> |
ManagerImpl.getContexts()
|
Methods in org.jboss.webbeans with parameters of type Context | |
---|---|
Manager |
ManagerImpl.addContext(Context context)
Registers a context with the manager |
Uses of Context in org.jboss.webbeans.context |
---|
Classes in org.jboss.webbeans.context that implement Context | |
---|---|
class |
AbstractContext
Common Context operation |
class |
AbstractMapContext
Base for the Context implementations. |
class |
AbstractThreadLocalMapContext
Abstract base class for representing contexts with thread local bean storage |
class |
ApplicationContext
The Application context |
class |
ConversationContext
The conversation context |
class |
DependentContext
The dependent context |
class |
RequestContext
The request context |
class |
SessionContext
The session context |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |