|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionContext
The built in session context is associated with SessionScoped
. It can
be activated, invalidated and deactivated.
Weld comes with two implementation of the session context. The
HttpSessionContext
, in which conversations are bound to the
HttpSession
, can be injected:
@Inject @Http SessionContext sessionContext;
Alternatively the BoundSessionContext
in which conversations are
bound a Map
can be injected:
@Inject @Bound SessionContext sessionContext;
BoundSessionContext
,
HttpSessionContext
Method Summary |
---|
Methods inherited from interface org.jboss.weld.context.ManagedContext |
---|
activate, deactivate, invalidate |
Methods inherited from interface javax.enterprise.context.spi.Context |
---|
get, get, getScope, isActive |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |