|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.context.AbstractContext
org.jboss.weld.context.AbstractMapContext
org.jboss.weld.context.AbstractThreadLocalMapContext
org.jboss.weld.context.SessionContext
public class SessionContext
The session context
| Constructor Summary | |
|---|---|
SessionContext()
Constructor |
|
| Method Summary | |
|---|---|
void |
setActive(boolean active)
Set the context active, internal API for WBRI |
void |
setBeanStore(org.jboss.weld.context.api.BeanStore beanStore)
Sets the bean store |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.weld.context.AbstractThreadLocalMapContext |
|---|
cleanup, getBeanStore, isCreationLockRequired |
| Methods inherited from class org.jboss.weld.context.AbstractMapContext |
|---|
destroy, get, get, getContextual, getId |
| Methods inherited from class org.jboss.weld.context.AbstractContext |
|---|
getScope, isActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SessionContext()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void setActive(boolean active)
AbstractContext
setActive in class AbstractContextactive - The new statepublic void setBeanStore(org.jboss.weld.context.api.BeanStore beanStore)
AbstractThreadLocalMapContext
setBeanStore in class AbstractThreadLocalMapContextbeanStore - The bean store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||